summaryrefslogtreecommitdiffstats
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add __builtin_sponentry, for calling setjmp in MinGWMartin Storsjo2019-05-061-0/+3
* [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev2019-05-061-0/+2
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-0613-241/+111
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-062-0/+20
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-062-22/+0
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-062-3/+7
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-065-15/+17
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-052-7/+3
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-048-10/+56
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-042-8/+31
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-042-3/+7
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-0413-111/+241
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-033-2/+10
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-032-14/+10
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+23
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-039-114/+2
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-031-3/+0
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-033-6/+20
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-029-2/+114
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+3
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-026-67/+125
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-021-1/+3
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+2
* [analyzer] Fix buildbot failures caused by a forgotten initializationKristof Umann2019-05-011-5/+6
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-016-24/+53
* Bump DIAG_SIZE_SEMA, as we've hit it.Scott Linder2019-05-011-1/+1
* [LibTooling] Change Transformer's TextGenerator to a partial function.Yitzhak Mandelbaum2019-04-301-7/+13
* Fix inconsistency in calculating DIAG_START_ values.Russell Gallop2019-04-301-2/+2
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-302-0/+25
* [NFC] typoJF Bastien2019-04-301-1/+1
* Add __builtin_dcbf support for PPCAhsan Saghir2019-04-291-0/+3
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-291-0/+2
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-0/+8
* [Driver] Support priority for multilibsPetr Hosek2019-04-271-1/+6
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-263-0/+21
* [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-261-1/+3
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-0/+3
* [clang-format] Fix documentation for FixNamespaceCommentsOwen Pan2019-04-261-1/+1
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-0/+19
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-0/+2
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-251-3/+55
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-251-0/+2
* Fix typo in comment in r312851.Richard Smith2019-04-251-2/+2
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-0/+15
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-241-0/+2
* clang-cl: List valid values for /std: in /? outputNico Weber2019-04-241-1/+1
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-2/+0
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-241-4/+6
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-0/+1
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-2/+2