]> granicus.if.org Git - clang/commit
Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor
authorAdrian Prantl <aprantl@apple.com>
Sat, 19 Sep 2015 00:10:32 +0000 (00:10 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 19 Sep 2015 00:10:32 +0000 (00:10 +0000)
commit3fb6a64655ade164b320008cd4fc605de3e13796
tree10cd75f16c0ad273ba724b35ddab9ea5383db075
parent9083fb296d336494ceed6a1c70146768f7c51d39
Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor
of ASTSourceDescriptor. It was effectively a static function.

NFC.

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