summaryrefslogtreecommitdiff
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-183-12/+87
* Ignore exception specifier mismatch when merging redeclarationsReid Kleckner2019-09-171-1/+28
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-22/+64
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-133-64/+22
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-22/+64
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-0/+18
* Don't warn about selectany on implicitly inline variablesReid Kleckner2019-09-121-0/+18
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-113-36/+98
* PR43242: Fix crash when typo-correcting to an operator() that should notRichard Smith2019-09-091-0/+4
* Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2019-09-062-0/+70
* [Diagnostics] Minor improvements for -Wxor-used-as-powDavid Bolvansky2019-09-051-17/+49
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-042-39/+48
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-0/+11
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-043-7/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-043-121/+7
* 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
* 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
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-023-7/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-023-121/+7
* [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-313-7/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-313-121/+7
* [c++20] Disallow template argument deduction from a braced-init-listRichard Smith2019-08-311-2/+13
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-3011-28/+192
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-303-7/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-303-121/+7
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-303-7/+121
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-303-121/+7
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-291-0/+147
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-273-16/+14
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-273-44/+45
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-261-0/+13
* PR42513: Enter the proper DeclContext before substituting into anRichard Smith2019-08-241-3/+6
* Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...Richard Smith2019-08-231-8/+0
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-231-0/+8
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-222-70/+0
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-212-0/+70
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-202-4/+16
* Fix test where diagnostics changed in P1668 implementationErich Keane2019-08-191-6/+19
* Implement P1668R1Erich Keane2019-08-191-1/+4
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-181-0/+105
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-151-1/+1
* Fix handling of class member access into a vector type.Richard Smith2019-08-143-2/+26
* [Sema] Require a complete type for __builtin_bit_cast operandsErik Pilkington2019-08-121-0/+9
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+11
* [ARM] Set default alignment to 64bitsDiogo N. Sampaio2019-08-081-1/+2
* Update fix-it hints for std::move warnings.Richard Trieu2019-08-082-8/+49
* gsl::Owner/gsl::Pointer: Add implicit annotations for some std typesMatthias Gehre2019-08-071-0/+129