]> granicus.if.org Git - clang/commit
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Sep 2012 01:06:10 +0000 (01:06 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Sep 2012 01:06:10 +0000 (01:06 +0000)
commitf8afcffe6a0213760b64c211812b1750e1e1e967
tree99f6628e78560ada79e11bbe7af546b3e5cac8b3
parente2ac16b09ea66ad955752381b82fb8719d003e5e
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
an inclusion directive was automatically turned into a module import, and
PPCallbacks::moduleImport() for an explicit module import.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164874 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PreprocessingRecord.h
lib/Frontend/DependencyFile.cpp
lib/Frontend/DependencyGraph.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Lex/Preprocessor.cpp
lib/Rewrite/Frontend/InclusionRewriter.cpp
tools/libclang/Indexing.cpp