summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-062-0/+3
* Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht2019-05-063-2/+3
* PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight2019-05-061-1/+7
* [AArch64] Add __builtin_sponentry, for calling setjmp in MinGWMartin Storsjo2019-05-061-0/+8
* [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-061-2/+2
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-067-12/+16
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-068-0/+108
* [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev2019-05-0637-65/+69
* [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-063-19/+58
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-067-875/+8
* [X86] Move files to correct directories after D60552Fangrui Song2019-05-062-0/+237
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-063-2/+22
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-066-26/+76
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-062-2/+9
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-063-2/+50
* The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targ...Galina Kistanova2019-05-061-1/+1
* [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann2019-05-051-6/+35
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-052-9/+2
* [clang] fixing -ast-print for variadic parameter pack in lambda captureNicolas Lesser2019-05-051-0/+36
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-052-4/+2
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-048-9/+135
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-042-4/+34
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-042-2/+9
* Reduce amount of work ODR hashing does.Richard Trieu2019-05-041-0/+37
* Disallow the operand of __builtin_constant_p from modifying enclosingRichard Smith2019-05-041-0/+71
* [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-041-1/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-047-8/+875
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-034-25/+161
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-032-16/+205
* Ensure there is stack usage in stack size warning testMatt Arsenault2019-05-031-1/+3
* [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-4/+4
* [Sema][ObjC] Disable -Wunused-parameter for ObjC methodsAkira Hatanaka2019-05-032-3/+7
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-037-94/+6
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-033-12/+2
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-0/+35
* Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith2019-05-021-0/+2
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-027-6/+94
* Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-021-16/+12
* Another attempt to fix "could not find clang-check" lit warning in analyzer-l...Nico Weber2019-05-021-9/+9
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-023-2/+12
* Use primary template parameter names for variable template debug infoReid Kleckner2019-05-022-1/+18
* Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-021-2/+16
* [OpenCL] Fix initialisation of this via pointer.Anastasia Stulova2019-05-021-7/+10
* [OpenCL] Deduce static data members to __global addr space.Anastasia Stulova2019-05-021-0/+12
* Fix typo in test case.Akira Hatanaka2019-05-021-1/+1
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-022-4/+42
* Diagnose non-dependent qualified friend function template declarationsRichard Smith2019-05-022-10/+21
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-021-0/+27
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+52
* Revert r359717, "Make check-clang depend on the clang-check binary always"Nico Weber2019-05-011-1/+1