]> granicus.if.org Git - clang/commit
When indexing a module file, for the ppIncludedFile callback give
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Oct 2012 02:12:47 +0000 (02:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Oct 2012 02:12:47 +0000 (02:12 +0000)
commit62288edde26ff4af9fc079c979a0e1bdc577ce9d
tree29130aae0c9d9738d9a35b4b883d222cf6ef7353
parent2a857180050fb78b356c17931e311eef7f2daf3e
When indexing a module file, for the ppIncludedFile callback give
an invalid location if the location points to the synthetic buffer
for the module input.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165592 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Serialization/ASTReader.h
lib/Frontend/ASTUnit.cpp
lib/Serialization/ASTReader.cpp
tools/libclang/Indexing.cpp