summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Model converted constant expressions as full-expressions.Richard Smith2019-09-194-44/+66
* [CUDA][HIP] Re-apply part of r372318.Michael Liao2019-09-191-2/+4
* Revert "[CUDA][HIP] Fix typo in `BestViableFunction`"Mitch Phillips2019-09-191-9/+7
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+1
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-1/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+1
* [OpenCL] Add version handling and add vector ld/st builtinsSven van Haastregt2019-09-192-16/+152
* [CUDA][HIP] Fix typo in `BestViableFunction`Michael Liao2019-09-191-7/+9
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-1/+11
* [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...Kristof Umann2019-09-182-8/+13
* On PowerPC, Secure-PLT by default for FreeBSD 13 and higherDimitry Andric2019-09-181-1/+2
* [OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev2019-09-181-0/+16
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-1/+2
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-181-120/+54
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-182-0/+18
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-183-17/+26
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-184-118/+220
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-183-100/+128
* Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"Hans Wennborg2019-09-181-8/+0
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-182-7/+7
* [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim2019-09-181-5/+2
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-2/+3
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-172-4/+3
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-172-28/+65
* Ignore exception specifier mismatch when merging redeclarationsReid Kleckner2019-09-171-1/+6
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-173-1/+87
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-11/+18
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-173-0/+8
* [OpenCL] Tidy up some comments; NFCSven van Haastregt2019-09-171-10/+4
* Hide implementation details in namespaces.Benjamin Kramer2019-09-171-0/+2
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-171-0/+8
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-171-2/+8
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-171-2/+2
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-171-19/+22
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-171-4/+4
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-161-1/+4
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-161-1/+2
* [OPENMP]Fix parsing/sema for function templates with declare simd.Alexey Bataev2019-09-161-1/+1
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-162-71/+74
* [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.Simon Pilgrim2019-09-151-1/+3
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-141-0/+2
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-142-32/+38
* [Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song2019-09-141-1/+1
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+57
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-131-0/+3
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-136-85/+428
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-132-47/+14
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-131-0/+7
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-1322-858/+585
* [Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman2019-09-131-0/+4