summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bad APInt compare.Richard Trieu2019-09-211-1/+2
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-213-35/+134
* Revert assertion added by r372394Yaxun Liu2019-09-211-1/+0
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-212-6/+40
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-211-0/+16
* Remove outdated FIXME.Richard Smith2019-09-201-4/+0
* Fix assertion failure when constant evaluation of a switch jumps over anRichard Smith2019-09-201-0/+27
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-1/+1
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-202-55/+59
* Fix a documentation errorKristof Umann2019-09-201-1/+1
* Reland '[analyzer][MallocChecker][NFC] Document and reorganize some functions'Kristof Umann2019-09-201-463/+720
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+24
* [CUDA][HIP] Fix hostness of defaulted constructorYaxun Liu2019-09-201-12/+27
* Finish building the full-expression for a static_assert expressionRichard Smith2019-09-201-9/+18
* [Consumed] Treat by-value class arguments as consuming by default, like rvalu...Nicholas Allegra2019-09-191-3/+3
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-2/+5
* 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