]> granicus.if.org Git - clang/commit
[libclang/codecompletion] Make sure the top-level decl hash takes into account Import...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Jun 2013 21:19:12 +0000 (21:19 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Jun 2013 21:19:12 +0000 (21:19 +0000)
commit1f3ff6a709432e1131ff802d660def2fab2aea58
tree9406cdd67ae8318e631370097ba328f684334fed
parentbace10ccf5fe3468c6232681875039961f02322d
[libclang/codecompletion] Make sure the top-level decl hash takes into account ImportDecls.

The top-level hash is used to determine if we need to update the global code-completion results.
ImportDecls did not affect the hash so a newly introduced ImportDecl would not trigger an update of the global results.

rdar://14202797

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