summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-064-746/+3
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-062-4/+21
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-061-2/+2
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-2/+22
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-051-2/+2
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-051-3/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+45
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-041-2/+2
* Disallow the operand of __builtin_constant_p from modifying enclosingRichard Smith2019-05-041-0/+71
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-044-3/+746
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-032-6/+2
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-0/+35
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-022-2/+6
* Diagnose non-dependent qualified friend function template declarationsRichard Smith2019-05-022-10/+21
* [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-011-1/+1
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-291-0/+1
* Reinstate r359059, reverted in r359361, with a fix to properly preventRichard Smith2019-04-272-0/+72
* Revert Fix interactions between __builtin_constant_p and constexpr to match c...Jorge Gorbe Moya2019-04-272-72/+0
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-5/+24
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-262-2/+5
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-262-2/+33
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-243-6/+4
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-0/+121
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-0/+15
* Fix interactions between __builtin_constant_p and constexpr to matchRichard Smith2019-04-242-0/+72
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-244-11/+11
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-233-4/+6
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-231-0/+15
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-222-5/+10
* Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne2019-04-151-6/+6
* [clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne2019-04-151-6/+6
* Check i < FD->getNumParams() before queryingDmitri Gribenko2019-04-102-0/+24
* [Sema] Fix assertion when `auto` parameter in lambda has an attribute.Volodymyr Sapsai2019-03-291-0/+8
* [Sema] Fix a crash when nonnull checkingMichael Liao2019-03-291-0/+23
* [Sema] Fix an assert when a block captures a constexpr localErik Pilkington2019-03-261-0/+8
* [MS] Add frontend support for __declspec(allocator)Reid Kleckner2019-03-251-0/+13
* [Sema] Don't check for array bounds when the types in the base expression are...Bruno Ricci2019-03-251-0/+13
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-252-6/+62
* Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-221-57/+6
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-213-19/+19
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-202-38/+70
* Ensure that const variables declared at namespace scope correctly have extern...Aaron Ballman2019-03-192-0/+8
* Thread safety analysis: Add note for unlock kind mismatchAaron Puchert2019-03-181-4/+4
* [coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak2019-03-151-6/+57
* [8.0 Regression] Fix handling of `__builtin_constant_p` inside template argum...Eric Fiselier2019-03-082-0/+32
* [Sema] Change addr space diagnostics in casts to follow C++ style.Anastasia Stulova2019-03-071-14/+14
* [Sema][NFC] SequenceChecker: More tests in preparation for D57660Bruno Ricci2019-02-231-5/+148
* [Sema][NFC] SequenceChecker: Add tests for references/members, and prepare fo...Bruno Ricci2019-02-152-45/+246
* Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a fo...Sam McCall2019-02-151-5/+0
* [Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loopSam McCall2019-02-151-0/+5