]> granicus.if.org Git - clang/commit
[libclang] Don't try to translate diagnostics from the precompiled preamble to the
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 22 Dec 2012 04:48:08 +0000 (04:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 22 Dec 2012 04:48:08 +0000 (04:48 +0000)
commitac504561cd888455a48bf85d21ada20a932ebd94
tree71aa74c755a476e148dd80477302c55c1b9bcbf7
parent772e71310bd06a30b81db981cb5d9cc20120ff83
[libclang] Don't try to translate diagnostics from the precompiled preamble to the
code-completion results, the SourceManager state may be slightly
different when code-completing.

And we don't even care for diagnostics when code-completing, anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp
test/Index/complete-driver-errors.c [deleted file]