summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r361885 "[Driver] Fix -working-directory issues"Hans Wennborg2019-09-052-17/+1
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-053-13/+49
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-051-0/+59
* For PR43213, track whether template parameters are implicit throughRichard Smith2019-09-041-0/+7
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-043-65/+81
* [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.Yuanfang Chen2019-09-041-1/+8
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-0410-9/+140
* Generate parent context id from Decl* instead of DeclContext*.Aaron Ballman2019-09-044-4/+290
* Avoid assemble step in verbose-output-quoting.cYuanfang Chen2019-09-041-8/+8
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-0/+1
* [PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*Jinsong Ji2019-09-041-0/+11
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-042-0/+16
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-044-18/+121
* Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...Hans Wennborg2019-09-041-0/+11
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-044-121/+18
* [AMDGPU] Set default flat work group size to (1,256) for HIPYaxun Liu2019-09-031-2/+3
* Disable stack exhaustion test on NetBSD, where either the detection orRichard Smith2019-09-031-0/+5
* [analyzer] NonNullParamChecker and CStringChecker parameter number in checker...Kristof Umann2019-09-034-10/+10
* clang: default to DWARF 4 for FreeBSD 12.0 and laterEd Maste2019-09-031-2/+6
* [LifetimeAnalysis] Fix some false positivesGabor Horvath2019-09-031-5/+157
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-034-156/+221
* Fixit for -Wfinal-dtor-non-final-classDavid Bolvansky2019-09-031-1/+0
* Added fixit notes for -Wfinal-dtor-non-final-classDavid Bolvansky2019-09-031-0/+3
* [x86] Fix bugs of some intrinsic functions in CLANG : _mm512_stream_ps, _mm51...Pengfei Wang2019-09-031-0/+17
* Rename -Wc++20-designator to -Wc++2a-designator for consistency and addRichard Smith2019-09-021-9/+10
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-021-4/+4
* [Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko2019-09-022-0/+39
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-024-18/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-024-121/+18
* [clang] Devirtualization for classes with destructors marked as 'final'David Bolvansky2019-08-311-1/+14
* [clang] Warning for non-final classes with final destructorsDavid Bolvansky2019-08-312-0/+18
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-314-18/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-314-121/+18
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-3/+2
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-0/+25
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-0/+28
* [c++20] Disallow template argument deduction from a braced-init-listRichard Smith2019-08-312-2/+20
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-3022-56/+217
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-18/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-121/+18
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-18/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-304-121/+18
* [CodeGen]: fix error message for "=r" asm constraintAlexander Potapenko2019-08-301-2/+17
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-294-0/+72
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-291-0/+147
* Refactor InitListChecker to check only a single (explicit) initializerRichard Smith2019-08-291-3/+3
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-292-1/+59
* Avoid crash when dumping NULL Type as JSON.Aaron Ballman2019-08-292-1/+78
* [X86] Remove what little support we had for MPXCraig Topper2019-08-292-24/+2
* [CodeGen]: don't treat structures returned in registers as memory inputsAlexander Potapenko2019-08-292-1/+103