summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-dangling-field.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-0/+5
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-3/+3
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-3/+3
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-3/+3
* Move detection of reference members binding to temporaries from building ofRichard Smith2013-06-121-1/+15
* Teach -Wdangling-field to warn about temporaries bound to references asChandler Carruth2011-09-031-0/+37