summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/delay-parsing-func-tryblock.mm
Commit message (Collapse)AuthorAgeFilesLines
* Add a new frontend warning for referencing members from the handler of a ↵Aaron Ballman2015-09-011-5/+4
| | | | | | | | constructor or destructor function-try-block, which is UB in C++. This corresponds to the CERT secure coding rule ERR53-CPP. llvm-svn: 246548
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* objective-C++: delay parsing of ctor with try blockFariborz Jahanian2012-08-101-1/+20
| | | | | | | with member initializer list defined inside an objc implementation block. wip. llvm-svn: 161692
* objective-C++: delayed parsing of member function withFariborz Jahanian2012-08-101-0/+47
function-try-block occuring in objc's implementation block. wip. llvm-svn: 161675
OpenPOWER on IntegriCloud