]> granicus.if.org Git - clang/commit
Revert r143342. Caching of code-completion results was intentionally placed in "reparse"
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Oct 2011 21:25:31 +0000 (21:25 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Oct 2011 21:25:31 +0000 (21:25 +0000)
commit2fe17fc5ead5e42ef195618228bca53c79e0e50d
treee44c62991c69ac56e6f3099d3be74e330bca3a59
parent7a420df78dd207d505b0c05d5f4b12a627b8b994
Revert r143342. Caching of code-completion results was intentionally placed in "reparse"
because we don't want to take this performance hit when doing code completion

Log of r143342:
Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::CodeComplete,
so that it will happen when we are doing code-completion, not reparsing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp