Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Nov 2012 21:31:01 +0000 (21:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Nov 2012 21:31:01 +0000 (21:31 +0000)
commit9219d1b764d9ce765012a933d4c19eb23968387f
tree64e306bbfe89c21bd56a4c518d8093b3857bcd9a
parent7d125a11f152e1907b4eb50e48430cd89c0f130e
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
by Olivier Goffart!

llvm-svn: 168726
clang/include/clang/AST/ASTConsumer.h
clang/lib/Sema/SemaDecl.cpp
clang/unittests/Tooling/ToolingTest.cpp