]> granicus.if.org Git - clang/commit
Add info in the preprocessing record whether an inclusion directive
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 16:10:46 +0000 (16:10 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 16:10:46 +0000 (16:10 +0000)
commit8dd927cf03e85b942f323eebb42e06c839887ebb
treeb3d11536092824e849eddc5a91e73d492d73735b
parent3fe97781ad5f31dbfd9348c9488b93a7c01d7818
Add info in the preprocessing record whether an inclusion directive
resulted in an automatic module import.

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