summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/delay-parsing-cfunctions.mm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixes an ObjC++ parse crash caused by delayed parsingFariborz Jahanian2012-07-201-0/+4
| | | | | | | | of c-functions nested in namespace in method implementations by turning off its delayed parsing until a proper solution is figured out. pr13418 llvm-svn: 160552
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-1/+2
| | | | | | | | | of out-of-line c++ method definition which happens to be inside an objc class implementation until I can figure out how to do it. This is to fix a broken project. llvm-svn: 159772
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-031-0/+43
c-function parsing when a declaration with C++0x braced-init-list is inside an @implementation. llvm-svn: 159693
OpenPOWER on IntegriCloud