Introduce the notion of a "minimal" import of ASTs, to better support LLDB.
commit691dd09e4be66ada1aee533c3dd8ce97412e70ba
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 18 Jan 2011 03:11:38 +0000 (18 03:11 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Tue, 18 Jan 2011 03:11:38 +0000 (18 03:11 +0000)
treebd296af8c13c56b608a810d578159471233697d9
parent479ed7b173bab638f6dffbf23507d17465b79c6f
Introduce the notion of a "minimal" import of ASTs, to better support LLDB.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123723 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
lib/AST/ASTImporter.cpp
lib/Frontend/ASTMerge.cpp