summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-262-0/+2
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-262-11/+6
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-263-20/+19
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-262-2/+4
* [OPENMP][NVPTX]Fix critical region codegen.Alexey Bataev2019-08-261-2/+24
* [msvc] Add necessary #include to make compiler intrinsics available.Richard Smith2019-08-261-0/+4
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-264-18/+17
* Fix file header.Richard Smith2019-08-261-1/+1
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-2612-121/+276
* [driver] add a new option `-gen-cdb-fragment-path` to emitAlex Lorenz2019-08-262-4/+50
* Fix use of invalidated iterator introduced by r369680.Richard Smith2019-08-261-4/+4
* [NFC] Add comments to some bool arguments for better readabilityGabor Horvath2019-08-261-4/+8
* Fix -dA flag, it is not a preprocessor flag.Erich Keane2019-08-261-2/+1
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+4
* FileManager: Factor duplicated code in getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-251-11/+6
* [OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer2019-08-241-11/+10
* [analyzer] Analysis: Fix checker silencingCsaba Dabis2019-08-241-24/+27
* PR42513: Enter the proper DeclContext before substituting into anRichard Smith2019-08-241-0/+1
* PR40674: fix assertion failure if a structured binding declaration has aRichard Smith2019-08-241-1/+2
OpenPOWER on IntegriCloud