summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-6/+44
* Removed a function declaration that doesn't have a definitionDmitri Gribenko2019-08-291-3/+0
* Removed `AnyFunctionDecl`, it is unused.Dmitri Gribenko2019-08-292-50/+0
* Removed two function declarations that don't have definitionsDmitri Gribenko2019-08-291-6/+0
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-4/+13
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-3/+8
* Removed dead code from clang/AST/NSAPI.hDmitri Gribenko2019-08-291-3/+0
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-281-0/+6
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-1/+6
* Fix "commas at the end of enumerator lists are a C99-specific"Vitaly Buka2019-08-281-1/+1
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-273-1/+11
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-5/+2
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-271-5/+11
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-271-0/+2
* 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