summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-5/+10
* Fix variable ‘IsInitCapturePack’ set but not used warning. NFCI.Simon Pilgrim2019-08-291-4/+1
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-9/+18
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-48/+14
* [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-291-5/+36
* [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-291-1/+3
* [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-291-8/+6
* Removed dead code from clang/AST/NSAPI.hDmitri Gribenko2019-08-291-11/+0
* [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32Pengfei Wang2019-08-291-0/+17
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-281-6/+1
* [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-281-1/+1
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-281-43/+80
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-2817-61/+77
* [analyzer] pr43036: Fix support for operator 'sizeof...'.Artem Dergachev2019-08-281-0/+1
* [analyzer] Trust global initializers when analyzing main().Artem Dergachev2019-08-281-16/+58
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-282-24/+14
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-281-3/+3
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-281-14/+35
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-272-4/+18
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-273-11/+5
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-271-21/+0
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-271-0/+3
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-271-1/+6
* AMDGPU: Always emit amdgpu-flat-work-group-sizeMatt Arsenault2019-08-271-2/+8
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-271-0/+4
* [driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz2019-08-271-1/+1
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-271-6/+6
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-272-14/+24
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-272-3/+2
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-271-0/+14
* Update the SARIF exporter to SARIF 2.1Joe Ranieri2019-08-271-43/+42
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-273-5/+4
* Fix a SARIF exporter crash with macro expansionsJoe Ranieri2019-08-271-4/+6
* Fix text range end columns in SARIF to be exclusiveJoe Ranieri2019-08-271-3/+9
* Implement codegen for MSVC unions with reference members.Aaron Ballman2019-08-271-14/+16
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-81/+90
* [clang] Ensure that statements, expressions and types are trivially destructibleBruno Ricci2019-08-272-0/+24
* [clang] Ensure that comment classes are trivially destructibleBruno Ricci2019-08-271-0/+15
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-271-11/+5
* Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...Richard Smith2019-08-271-35/+14
* Don't lose the FoundDecl and template arguments for a DeclRefExpr inRichard Smith2019-08-271-5/+12
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-273-5/+5
* [clang-scan-deps] Skip UTF-8 BOM in source minimizerAlexandre Ganea2019-08-271-0/+7
* [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...Alexandre Ganea2019-08-261-3/+4
* [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...Alexandre Ganea2019-08-261-14/+35
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-266-34/+90