summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r355743:Hans Wennborg2019-03-122-0/+32
* Merging r354074:Hans Wennborg2019-02-151-6/+6
* Revert r350404Hans Wennborg2019-02-133-45/+5
* Merging r352307:Hans Wennborg2019-02-041-0/+16
* Merging r352229:Hans Wennborg2019-01-281-0/+18
* Merging r352323:Hans Wennborg2019-01-281-0/+17
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2019-01-161-0/+21
* [SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers2019-01-101-0/+1
* Fix false positive unsequenced access and modification warning in array subsc...Nicolas Lesser2019-01-102-0/+9
* Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington2019-01-101-0/+30
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-081-6/+6
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-081-32/+0
* [Sema] Diagnose array access preceding the array bounds even when the base ty...Bruno Ricci2019-01-081-1/+4
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-081-0/+32
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-072-15/+31
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-071-1/+5
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-043-5/+45
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-042-8/+8
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-12/+11
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-0/+67
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-201-0/+23
* [Sema] Don't try to account for the size of an incomplete type in CheckArrayA...Bruno Ricci2018-12-201-0/+9
* [Sema][NFC] Add test for static_assert diagnistics with constexpr template fu...Clement Courbet2018-12-201-0/+7
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-202-0/+56
* [ExprConstant] Handle compound assignment when LHS has integral type and RHS ...Tan S. B2018-12-181-0/+8
* Thread safety analysis: Allow scoped releasing of capabilitiesAaron Puchert2018-12-161-0/+104
* Revert "Add extension to always default-initialize nullptr_t."Erich Keane2018-12-142-11/+1
* Add extension to always default-initialize nullptr_t.Erich Keane2018-12-142-1/+11
* [Clang] Add __builtin_launderEric Fiselier2018-12-141-0/+92
* Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...Adam Nemet2018-12-141-11/+12
* Fix test after -Wstring-plus-int warning was enabledReid Kleckner2018-12-131-1/+1
* Make -Wstring-plus-int warns even if when the result is not out of boundsSylvestre Ledru2018-12-131-12/+11
* [ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element ...Hubert Tong2018-12-121-12/+186
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-112-2/+19
* Revert r348830 "[Sema]improve static_assert(!expr)"Clement Courbet2018-12-111-4/+0
* [Sema]improve static_assert(!expr)Clement Courbet2018-12-111-0/+4
* Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-102-19/+2
* [Sema] Further improvements to to static_assert diagnostics.Clement Courbet2018-12-102-2/+19
* Diagnose friend function template redefinitions.Serge Pavlov2018-12-062-13/+89
* Do not check for parameters shadowing fields in function declarations.Aaron Ballman2018-12-051-2/+7
* Address a post-commit review comment on r348325.Erik Pilkington2018-12-051-0/+2
* [Sema] Remove some conditions of a failing assertErik Pilkington2018-12-051-0/+11
* [WIP][Sema] Improve static_assert diagnostics for type traits.Clement Courbet2018-12-042-0/+144
* Fix -Wmismatched-tags to not warn on redeclarations of structs in systemRichard Smith2018-12-041-1/+30
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-2/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-3/+2
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-305-360/+0
* Simplify the __builtin_constant_p test that was used to catch rC347417 failureFangrui Song2018-11-291-5/+2
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-282-2/+11
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+34