summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+14
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-015-14/+21
* [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-011-7/+3
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-3/+15
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-4/+9
* lib/Header: Fix Visual Studio builds try #2Tom Stellard2019-05-011-2/+15
* Variable auto-init: don't initialize aggregate padding of all aggregatesJF Bastien2019-04-301-3/+10
* Remove two unnecessary wrappers of canPassInRegistersReid Kleckner2019-04-304-19/+5
* Set LoopInterleaved in the PassManagerBuilder.Alina Sbirlea2019-04-301-0/+3
* [Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek2019-04-301-24/+45
* AMDGPU: Enable _Float16Yaxun Liu2019-04-301-0/+3
* [LibTooling] Change Transformer's TextGenerator to a partial function.Yitzhak Mandelbaum2019-04-301-19/+21
* [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann2019-04-301-1/+2
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-303-19/+75
* [analyzer] SmartPtrModeling: Fix a null dereference.Artem Dergachev2019-04-301-1/+1
* [NFC] typoJF Bastien2019-04-301-2/+2
* [NFC] typoJF Bastien2019-04-301-1/+1
* Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-291-3/+7
* Simplify exclusion of nested classes from extern template instantiation, NFCReid Kleckner2019-04-291-8/+7
* When skipping code at the start of a file during PCH use, Preprocessor::LexMike Rice2019-04-291-2/+17
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-4/+16
* [LibTooling] Fix unneeded use of unique_ptr where shared_ptr is expected.Yitzhak Mandelbaum2019-04-291-4/+5
* [OPENMP]Fix PR41617: crash on template instantiation.Alexey Bataev2019-04-291-1/+1
* Reinstate r359059, reverted in r359361, with a fix to properly preventRichard Smith2019-04-273-39/+59
* [AArch64] Initialize HasMTEVitaly Buka2019-04-271-0/+1
* Revert Fix interactions between __builtin_constant_p and constexpr to match c...Jorge Gorbe Moya2019-04-272-40/+29
* [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-274-50/+64
* [Driver] Support priority for multilibsPetr Hosek2019-04-271-4/+16
* [driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz2019-04-261-1/+30
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-265-0/+258
* [MinGW] Always emit local typeinfoMartin Storsjo2019-04-261-1/+1
* [HIP] Fix visibility of `__constant__` variables.Michael Liao2019-04-261-1/+2
* [MinGW] Do dllexport inline methods in template instantiationMartin Storsjo2019-04-261-2/+5
* [MinGW] Don't let template instantiation declarations cover nested classesMartin Storsjo2019-04-261-1/+5
* [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-261-51/+78
* [ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2019-04-261-0/+3
* [BPF] do not generate predefined macro bpfYonghong Song2019-04-261-1/+1
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-262-4/+29
* [Analyzer] Iterator Checkers - Do an early return after handling callsAdam Balogh2019-04-261-22/+64
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-5/+9
* [analyzer] RetainCount: Add a suppression for "the Matching rule".Artem Dergachev2019-04-261-14/+21
* [analyzer] RetainCount: Allow offsets in return values.Artem Dergachev2019-04-261-2/+4
* [analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.Artem Dergachev2019-04-261-1/+8
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-261-30/+51
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-20/+46
* Revert lib/Header: Fix Visual Studio buildsTom Stellard2019-04-261-1/+1
* lib/Header: Fix Visual Studio buildsTom Stellard2019-04-261-1/+1
* Revert [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-7/+3
* [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-3/+7
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-253-223/+354