]> granicus.if.org Git - clang/commit
If skipping bodies is enabled outside code-completion, just skip the body directly
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 31 Oct 2012 17:29:28 +0000 (17:29 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 31 Oct 2012 17:29:28 +0000 (17:29 +0000)
commit81939a752bfb4adbe302e2872271be195e2eacb2
treeed6bbaf536cdfb5689e9b886e39eab94fbc88b59
parent25893e0930c1241c3fdafc6f1b8661443bb19692
If skipping bodies is enabled outside code-completion, just skip the body directly
without using tentative parsing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167142 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp