summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-292-9/+11
* [CMake][Fuchsia] Enable experimental pass manager by defaultPetr Hosek2019-08-292-0/+2
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-2911-8/+101
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-293-176/+388
* Refactor InitListChecker to check only a single (explicit) initializerRichard Smith2019-08-292-48/+15
* Refactor InitListChecker to make it a bit clearer that hasError is onlyRichard Smith2019-08-291-44/+36
* [NFC] Test commit - sorted headers.Nandor Licker2019-08-291-1/+1
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-293-4/+61
* Avoid crash when dumping NULL Type as JSON.Aaron Ballman2019-08-293-1/+82
* Remove `FileManager::invalidateCache` as it has no callers anymore. NFC.Volodymyr Sapsai2019-08-292-17/+0
* [X86] Remove what little support we had for MPXCraig Topper2019-08-296-35/+10
* Added 'inline' to functions defined in headers to avoid ODR violationsDmitri Gribenko2019-08-291-13/+12
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-294-13/+60
* Removed a function declaration that doesn't have a definitionDmitri Gribenko2019-08-291-3/+0
* Fix variable ‘IsInitCapturePack’ set but not used warning. NFCI.Simon Pilgrim2019-08-291-4/+1
* 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-293-50/+66
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-294-64/+37
* [Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer fr...Dmitri Gribenko2019-08-291-32/+24
* [CodeGen]: don't treat structures returned in registers as memory inputsAlexander Potapenko2019-08-293-6/+139
* [Index] Create PP callbacks in the ASTConsumerDmitri Gribenko2019-08-291-45/+31
* [OpenCL] Fix diagnosing enqueue_kernel call with too few argsSven van Haastregt2019-08-292-1/+5
* [Index] Marked a bunch of classes 'final'Dmitri Gribenko2019-08-291-4/+4
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-295-71/+441
* [Test][Time profiler] Fix test for python3Anton Afanasyev2019-08-291-3/+3
* Removed dead code from clang/AST/NSAPI.hDmitri Gribenko2019-08-292-14/+0
* [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32Pengfei Wang2019-08-292-0/+23
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-286-6/+45
* Fix a passing XFAIL testErik Pilkington2019-08-281-3/+3
* [analyzer] Fix more analyzer warnings on analyzer and libAnalysis.Artem Dergachev2019-08-284-18/+14
* Fix always_inline 'target' compatibility check code for LambdasErich Keane2019-08-282-2/+46
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-289-90/+423
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-2821-65/+134
* [analyzer] pr43036: Fix support for operator 'sizeof...'.Artem Dergachev2019-08-282-0/+16
* [analyzer] Trust global initializers when analyzing main().Artem Dergachev2019-08-283-16/+112
* Try fixing CRLF issues in Git with [clang-scan-deps] Minimizer: Correctly han...Alexandre Ganea2019-08-282-3/+16
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-2814-50/+147
* Delete minimize_source_to_dependency_directives_invalid_error.cHans Wennborg2019-08-282-17/+0
* Fixup build of clang-interpreter example after change in r370122.Douglas Yung2019-08-281-5/+1
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-282-3/+26
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2816-44/+35
* Fix "commas at the end of enumerator lists are a C99-specific"Vitaly Buka2019-08-281-1/+1
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-282-3/+14
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-283-14/+55
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-278-6/+194
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-278-25/+12
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-272-26/+11
* [Clang][Bundler] Fix for a hang when unbundling fat binarySergey Dmitriev2019-08-272-4/+10
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-272-0/+6