]> granicus.if.org Git - clang/commit
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)
commitd1bac8d46740eb00085ec816af0829fd75fb4d5c
treed1bf3a42447248cfc31c42483b7ca3a098774732
parentd0adeb65c743e01ca3436db1d47a97cdcc78df89
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
by Olivier Goffart!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168726 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTConsumer.h
lib/Sema/SemaDecl.cpp
unittests/Tooling/ToolingTest.cpp