[modules] Introduce ModuleFile::DirectImportLoc which is the source location
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Feb 2013 16:36:14 +0000 (16:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Feb 2013 16:36:14 +0000 (16:36 +0000)
commit71c1af8760c2a2f42dfffd9797bf7c5528ef2eb7
treeb460d4b328ead957c228812ed93becf8dea3081c
parent125df0589b95ad297242dbdc7239f4421ea19b9b
[modules] Introduce ModuleFile::DirectImportLoc which is the source location
where the module was explicitly or implicitly imported in the local translation unit.

llvm-svn: 174192
clang/include/clang/Serialization/Module.h
clang/lib/Serialization/ASTReader.cpp