]> granicus.if.org Git - clang/commit
Implement basic importing and merging of variable declarations within
authorDouglas Gregor <dgregor@apple.com>
Mon, 8 Feb 2010 21:09:39 +0000 (21:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 8 Feb 2010 21:09:39 +0000 (21:09 +0000)
commit089459a16bf7e9cd10617d1fac5ec0240a0a1ee6
tree96f4eb5ee5cb75969151487b4c143b7873de8951
parent7aaa9535815a9423e2574a524022c8118cc1aa3b
Implement basic importing and merging of variable declarations within
the AST importer. This doesn't actually do anything (yet), because we
don't have driver logic for merging ASTs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95570 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Frontend/FrontendAction.h
lib/AST/ASTImporter.cpp