summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Workaround for EvalInfo ctor for MSVC 2017Yaxun (Sam) Liu2019-11-261-3/+3
* Fix tests on Windows after D49466Fangrui Song2019-11-262-8/+6
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-267-7/+73
* [OPENMP]Fix PR44133: crash on lambda reductions in templates.Alexey Bataev2019-11-261-32/+51
* Partially reland "[Diagnostics] Put "deprecated copy" warnings into -Wdepreca...Dávid Bolvanský2019-11-261-5/+5
* [OpenCL] Add work-group and miscellaneous vector builtin functionsSven van Haastregt2019-11-261-1/+56
* [clang][CodeGen] Fix wrong memcpy size of no_unique_address in FieldMemcpyizerSenran Zhang2019-11-251-0/+2
* [X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline ve...Craig Topper2019-11-251-1/+0
* IRGen: Call SetLLVMFunctionAttributes{,ForDefinition} on __cfi_check_fail.Peter Collingbourne2019-11-251-0/+3
* Disallow use of __has_c_attribute in C++ mode.Aaron Ballman2019-11-251-1/+5
* Revert "[Diagnostic] add a warning which warns about misleading indentation"Tom Stellard2019-11-251-35/+0
* Revert "[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy"Tom Stellard2019-11-251-4/+3
* [OPENMP]Fix PR41826: symbols visibility in device code.Alexey Bataev2019-11-252-1/+5
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-11-251-0/+35
* [WebAssembly] Change the llvm-lto dir to use the LLVM VersionDan Gohman2019-11-251-11/+17
* [Diagnostics] Warn for comparison with string literals expanded from macro (P...Dávid Bolvanský2019-11-241-40/+45
* [Diagnostics] Make behaviour of Clang's -Wdeprecated-copy same as in GCCDávid Bolvanský2019-11-231-2/+3
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-233-56/+112
* [Driver] Fix incorrect GNU triplet for PowerPC on SUSE LinuxAaron Puchert2019-11-231-1/+3
* [WebAssembly] Use wasm-opt and LTO libraries when available.Dan Gohman2019-11-221-0/+36
* [ASTMatchers] work around a miscompile; "NFC"George Burgess IV2019-11-221-1/+2
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-225-60/+58
* clang/Modules: Refactor CompilerInstance::loadModule, NFCDuncan P. N. Exon Smith2019-11-222-205/+250
* DebugInfo: Flag Dwarf Version metadata for merging during LTODavid Blaikie2019-11-221-3/+1
* Separate the MS inheritance model enum from the attribute, NFCReid Kleckner2019-11-227-107/+105
* Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner2019-11-226-12/+13
* [Driver] Make -static-libgcc imply static libunwindJosh Kunz2019-11-221-1/+4
* Revert "[Sema] Use the canonical type in function isVector"Akira Hatanaka2019-11-221-1/+1
* [Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copyDávid Bolvanský2019-11-221-3/+4
* [Sema] Use the canonical type in function isVectorAkira Hatanaka2019-11-221-1/+1
* Don't report "main" as missing a prototype in freestanding modeBill Wendling2019-11-221-2/+4
* [RISCV] Use compiler-rt if no GCC installation detectedEdward Jones2019-11-222-3/+29
* [libTooling] Add stencil combinators for nodes that may be pointers or values.Yitzhak Mandelbaum2019-11-221-4/+36
* [OPENMP]Simplify processing of context selectors, NFC.Alexey Bataev2019-11-222-70/+38
* [coroutines] Remove assert on CoroutineParameterMoves in Sema::buildCoroutine...Brian Gesiak2019-11-221-2/+2
* [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.Alexey Bataev2019-11-221-6/+12
* [clangd] Show lambda signature for lambda autocompletionsKirill Bobyrev2019-11-221-3/+27
* [CFG] Fix a flaky crash in CFGBlock::getLastCondition().Artem Dergachev2019-11-211-0/+4
* [RISCV] Support mutilib in baremetal environmentZakk Chen2019-11-212-3/+87
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-219-13/+13
* [analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev2019-11-212-40/+53
* [analyzer] NFC: Don't clean up range constraints twice.Artem Dergachev2019-11-212-7/+6
* [Clang] Enable RISC-V support for FuchsiaPetr Hosek2019-11-212-3/+13
* [OPENMP]Remove unused template parameter, NFC.Alexey Bataev2019-11-211-1/+1
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-213-3/+28
* Debug info: Emit objc_direct methods as members of their containing classAdrian Prantl2019-11-212-24/+29
* [OPENMP50]Add device/kind context selector support.Alexey Bataev2019-11-214-26/+297
* Fix compilation warning. NFC.Michael Liao2019-11-211-1/+1
* [OPENMP]Fix datasharing checks for if clause in parallel taskloopAlexey Bataev2019-11-211-3/+7
* [OPENMP50]Add if clause in for simd directive.Alexey Bataev2019-11-213-98/+126
OpenPOWER on IntegriCloud