summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r347261:Tom Stellard2018-11-281-0/+7
* Merging r341778:Tom Stellard2018-10-261-0/+70
* Merging r341775:Tom Stellard2018-10-261-0/+23
* Merging r339210:Hans Wennborg2018-08-081-0/+11
* Merging r338602:Hans Wennborg2018-08-021-142/+6
* Avoid exposing name for range-based for '__range' variables in lifetime warni...Richard Smith2018-08-011-1/+1
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+115
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-6/+142
* PR38355 Prevent infinite recursion when checking initializer lifetime ifRichard Smith2018-07-301-0/+6
* [Sema] Use a TreeTransform to extract deduction guide parameter typesErik Pilkington2018-07-271-0/+29
* [Sema] Fix a crash by completing a type before using itErik Pilkington2018-07-261-0/+25
* Refactor checking of switch conditions and case values.Richard Smith2018-07-263-6/+5
* Allow thread safety annotation lock upgrading and downgrading.Aaron Ballman2018-07-261-4/+53
* Don't lifetime-extend or track lifetime problems through the LHS of '->*'.Richard Smith2018-07-241-0/+6
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+155
* Add missing testcase update for r337790.Richard Smith2018-07-241-2/+2
* Warn if a local variable's initializer retains a pointer/reference to aRichard Smith2018-07-242-9/+30
* Support lifetime-extension of conditional temporaries.Richard Smith2018-07-231-5/+1
* [Sema] Fix crash on BlockExprs in a default member initializersErik Pilkington2018-07-231-0/+9
* Do not try to perform lifetime-extension through conditionalRichard Smith2018-07-231-1/+21
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-236-11/+11
* Update to -r337585, allow scoped enum inits in -pedanticErich Keane2018-07-231-1/+7
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-0/+5
* Prevent Scoped Enums from being Integral constant expressions:Erich Keane2018-07-201-0/+14
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+111
* Enable C++2a Chrono LiteralsErich Keane2018-07-191-0/+27
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-182-0/+202
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-176-18/+19
* Revert "[Sema] Reword warning for constant captures that are not required"Benjamin Kramer2018-07-171-6/+6
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-176-19/+18
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-176-18/+19
* [Sema] Reword warning for constant captures that are not requiredBenjamin Kramer2018-07-161-6/+6
* Run thread safety tests with both lock and capability attributes; NFC to the ...Aaron Ballman2018-07-151-57/+59
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+43
* Fix PR34668 - P0704R1 implementation is too permissiveNicolas Lesser2018-07-131-0/+3
* PR38141: check whether noexcept-specifications are equivalent in redeclarationsRichard Smith2018-07-121-1/+1
* [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference...Nicolas Lesser2018-07-121-0/+19
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-3/+3
* [SemaCXX] Remove comment from coroutines test, NFCBrian Gesiak2018-07-111-2/+0
* Remove qualtype qualifier in coroutine error to prevent assert in debugBrian Gesiak2018-07-111-0/+21
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-111-2/+8
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-43/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+43
* [Sema] Fix a structured binding typo correction bugErik Pilkington2018-07-101-0/+7
* P0806R2 Implicit capture of this with a capture-default of [=] isRichard Smith2018-07-071-2/+10
* Check returned type is valid before using it.Richard Trieu2018-07-071-0/+8
* [Sema] Fix crash in getConstructorName.Ilya Biryukov2018-07-041-0/+11
* [Sema] Discarded statment should be an evaluatable context.Erik Pilkington2018-07-031-0/+13
* Add regression test for PR37935.Nico Weber2018-06-271-0/+3
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-254-7/+7