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)
commite445c7236e41d854736fec37c77c915661edb8cf
tree333455e82d022c9dc0d1934b7a6ce5556667b207
parent130190ffffe5946276db9ee09133b58af1815c8b
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.

llvm-svn: 165592
clang/include/clang/Frontend/ASTUnit.h
clang/include/clang/Serialization/ASTReader.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Serialization/ASTReader.cpp
clang/tools/libclang/Indexing.cpp