Decouple code-completion for the SkipFunctionBodies frontend option and
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 31 Oct 2012 17:29:22 +0000 (17:29 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 31 Oct 2012 17:29:22 +0000 (17:29 +0000)
commit3a6c8141f9aeae620bd5d66c17bf5a721d9d02c1
tree7503ccb274720f89cd4e897ec4132a828bd17223
parent9d08a15b0f125cfbea946b1404722ef07e02c52f
Decouple code-completion for the SkipFunctionBodies frontend option and
add a test to make sure code-completion skips bodies.

llvm-svn: 167141
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Parse/Parser.cpp
clang/test/Index/code-completion-skip-bodies.cpp [new file with mode: 0644]