summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-2/+2
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-271-6/+0
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-271-1/+1
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-6/+11
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-272-1/+11
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-5/+3
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-262-0/+8
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-13/+12
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-261-1/+1
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-261-1/+1
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-261-10/+19
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-264-1/+46
* [driver] add a new option `-gen-cdb-fragment-path` to emitAlex Lorenz2019-08-261-0/+2
* Fix -dA flag, it is not a preprocessor flag.Erich Keane2019-08-261-1/+1
* [Wdocumentation] improve wording of a warning messageDmitri Gribenko2019-08-251-1/+1
* FileManager: Factor duplicated code in getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-251-1/+8
* [LifetimeAnalysis] Make it possible to disable the new warningsGabor Horvath2019-08-232-2/+4
* [OpenCL] Renamed value of std flag in C++ mode.Anastasia Stulova2019-08-231-1/+1
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-238-5/+97
* [analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.Artem Dergachev2019-08-231-1/+1
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-222-15/+0
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-222-0/+7
* Implement nullPointerConstant() using a better API.Aaron Ballman2019-08-221-4/+3
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-226-44/+141
* Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 up...Hans Wennborg2019-08-221-2/+2
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-222-6/+12
* [analyzer] Enable control dependency condition tracking by defaultKristof Umann2019-08-221-1/+1
* [analyzer] CastValueChecker: Store the dynamic types and castsCsaba Dabis2019-08-226-86/+169
* [analyzer] Don't make ConditionBRVisitor events prunable when the condition i...Kristof Umann2019-08-211-2/+4
* [analyzer][NFC] Add different interestingness kindsKristof Umann2019-08-211-5/+29
* Use C++14 heteregenous lookup for a couple of std::map<std::string, ...>Benjamin Kramer2019-08-211-1/+2
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-214-71/+4
* [analyzer] NFC: Remove the BugTypes set from BugReporter.Artem Dergachev2019-08-201-17/+2
* [analyzer] Fix a crash when destroying a non-region.Artem Dergachev2019-08-201-1/+1
* [analyzer] Improve VirtualCallChecker and enable parts of it by default.Artem Dergachev2019-08-203-3/+17
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-201-1/+2
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-0/+6
* Fix name of the error message, NFC.Alexey Bataev2019-08-201-1/+1
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-202-7/+8
* win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newerNico Weber2019-08-201-2/+2
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+10
* Removed the 'id' AST matcher, which is superseded by '.bind()'Dmitri Gribenko2019-08-201-13/+4
* Rudimentary support for Doxygen \retval commandStephan Bergmann2019-08-201-0/+1
* [CallGraph] Take into accound calls that aren't within any function bodies.Artem Dergachev2019-08-201-0/+1
* [analyzer] NFC: Rename GRBugReporter to PathSensitiveBugReporter.Artem Dergachev2019-08-202-13/+14
* [analyzer] NFC: Drop support for extra text attached to bug reports.Artem Dergachev2019-08-201-13/+0
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-182-0/+10
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-2/+2
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-0/+2
* [X86] Support -mlong-double-80Troy A. Johnson2019-08-171-2/+7