]> granicus.if.org Git - clang/commit
objective-C++: Delayed parsing of most common
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Aug 2012 15:54:40 +0000 (15:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Aug 2012 15:54:40 +0000 (15:54 +0000)
commitbe1d4ecb6885872f9d4e02d3afafdc9532eeb350
tree37c3398d5e8cd41264849e683d1d5704bc1e5ccd
parent7094dee95f8c915d27097ac18b47d1ef31fd72ed
objective-C++: Delayed parsing of most common
member functions defined inside an objc class
implementation. wip.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161667 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
lib/Parse/Parser.cpp
test/SemaObjCXX/delay-parsing-cplusfuncs.mm [new file with mode: 0644]