summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/delay-parsing-cfunctions.m
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
* objective-C: test for delayed parsing of K&R funcitonsFariborz Jahanian2012-08-101-1/+8
| | | | | | inside objc class implementation. // rdar://10387088 llvm-svn: 161705
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-031-1/+0
| | | | | | | c-function parsing when a declaration with C++0x braced-init-list is inside an @implementation. llvm-svn: 159693
* Obj-C++11 parser: fix broken parsing of c-functionFariborz Jahanian2012-07-031-0/+5
| | | | | | defined in class implementations. llvm-svn: 159691
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-0/+32
c-functions declared in implementation should have their parsing delayed until the end so, they can access forward declared private methods. // rdar://10387088 llvm-svn: 159626
OpenPOWER on IntegriCloud