summaryrefslogtreecommitdiff
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* [SemaCXX] Param diagnostic matches overload logicBrian Gesiak2019-02-011-0/+6
* Thread safety analysis: Improve diagnostics for double lockingAaron Puchert2019-01-291-14/+14
* [SemaCXX] Fix ICE with structure bindings to members of templateNicolas Lesser2019-01-271-0/+17
* Remove Expr sugar decorating the CXXUuidofExpr node.Bill Wendling2019-01-271-0/+16
* Remove F16 literal support based on Float16 support.Erich Keane2019-01-251-0/+18
* Allow 'static' storage specifier on an out-of-line member function templateErich Keane2019-01-251-0/+11
* [Sema] Don't crash when recovering from a misspelled pseudo destructor call t...Bruno Ricci2019-01-241-0/+4
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-192-0/+74
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-182-0/+58
* Fix test failure from r351495Erich Keane2019-01-181-1/+1
* Make integral-o-pointer conversions in SFINAE illegal.Erich Keane2019-01-171-0/+22
* Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...Eric Fiselier2019-01-171-0/+80
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-161-0/+20
* [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