]> granicus.if.org Git - clang/commit
Add a function to ExternalASTSource that returns a descriptor that
authorAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 17:39:43 +0000 (17:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 17:39:43 +0000 (17:39 +0000)
commit42a7206deb117a1afcd279f047d1e06fde1bb105
tree0718d5d7d224aa99989f0d38c9ebf1bf409516e7
parent11fd95dc829c969286da2082e4506f10a7363588
Add a function to ExternalASTSource that returns a descriptor that
abstracts the commonalities between modules and PCH files that are
needed to emit debug info for a module or precompiled header.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241083 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExternalASTSource.h
include/clang/Basic/Module.h
include/clang/Serialization/ASTReader.h
lib/AST/ExternalASTSource.cpp
lib/Basic/Module.cpp
lib/Serialization/ASTReader.cpp