summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-061-6/+8
* [Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twiceLeonard Chan2019-05-061-5/+2
* PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight2019-05-061-1/+4
* [AArch64] Add __builtin_sponentry, for calling setjmp in MinGWMartin Storsjo2019-05-061-0/+5
* [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-061-2/+3
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-061-3/+96
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-069-431/+567
* [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev2019-05-061-1/+7
* [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-061-0/+9
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-0620-478/+240
* [X86] Move files to correct directories after D60552Fangrui Song2019-05-062-0/+618
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-066-0/+36
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-062-67/+19
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-063-18/+27
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-069-61/+101
* [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann2019-05-051-2/+1
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-053-27/+18
* [clang] fixing -ast-print for variadic parameter pack in lambda captureNicolas Lesser2019-05-051-0/+3
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-051-0/+3
* [NFC] Add parentheses to avoid -Wparentheses.Nicolas Lesser2019-05-041-1/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-0410-41/+182
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-042-11/+50
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-043-18/+27
* Reduce amount of work ODR hashing does.Richard Trieu2019-05-041-4/+26
* Disallow the operand of __builtin_constant_p from modifying enclosingRichard Smith2019-05-041-15/+28
* [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-041-0/+2
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-0420-240/+478
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-034-136/+171
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-032-2/+21
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-033-22/+46
* Remove else-after-returnDavid Blaikie2019-05-031-5/+4
* [CUDA][Clang][Bugfix] Add missing CUDA 9.2 caseGheorghe-Teodor Bercea2019-05-031-0/+3
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-032-1/+3
* [Sema][ObjC] Disable -Wunused-parameter for ObjC methodsAkira Hatanaka2019-05-031-2/+0
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-0316-195/+12
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-031-8/+0
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-036-173/+283
* Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith2019-05-021-3/+6
* [CUDA] Do not pass deprecated option fo fatbinaryArtem Belevich2019-05-021-1/+2
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-0216-12/+195
* Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-022-1/+6
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+8
* Use primary template parameter names for variable template debug infoReid Kleckner2019-05-021-22/+14
* Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-021-0/+3
* [OpenCL] Fix initialisation of this via pointer.Anastasia Stulova2019-05-021-5/+5
* [OpenCL] Deduce static data members to __global addr space.Anastasia Stulova2019-05-021-2/+4
* Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-021-1/+2
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-028-132/+149
* Diagnose non-dependent qualified friend function template declarationsRichard Smith2019-05-022-2/+2
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-024-4/+26