summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/defaulted-ctor-loop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make warnings about uninitialized fields include the field name.Hans Wennborg2012-09-211-1/+1
| | | | | | | | | | | This makes the wording more informative, and consistent with the other warnings about uninitialized variables. Also, me and David who reviewed this couldn't figure out why we would need to do a lookup to get the name of the variable; so just print the name directly. llvm-svn: 164366
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Implement an additional fix for infinite recursion of deleted specialAlexis Hunt2011-05-181-0/+14
member functions by making sure that they're on the record before checking for deletion. Also make sure source locations are valid to avoid crashes. Unfortunately, the declare-all-implicit-members approach is still required in order to ensure that dependency loops do not result in incorrectly deleting functions (since they are to be deleted at the declaration point per the standard). Fixes PR9917 llvm-svn: 131520
OpenPOWER on IntegriCloud