]> granicus.if.org Git - clang/commit
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 6 Dec 2012 18:59:10 +0000 (18:59 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 6 Dec 2012 18:59:10 +0000 (18:59 +0000)
commit35f3f36cb9451f347b83a6e7f01e3c702df4732d
treed71220afa445888c85ee7862f0117404a0acc6b8
parentc39f9fa39c472a6663111788b89c67fd365271d8
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
that was skipped by the parser.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169531 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclObjC.h
include/clang/Sema/Sema.h
lib/Parse/ParseStmt.cpp
lib/Sema/SemaDecl.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp