]> granicus.if.org Git - clang/commit
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)
commit25893e0930c1241c3fdafc6f1b8661443bb19692
tree00ed20601de48f8e15016eab9185e22625b6e49a
parentc45bb4dcb648cd8b5250492afe7df254e4157aaa
Decouple code-completion for the SkipFunctionBodies frontend option and
add a test to make sure code-completion skips bodies.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167141 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Parse/Parser.cpp
test/Index/code-completion-skip-bodies.cpp [new file with mode: 0644]