]> granicus.if.org Git - clang/commit
Introduce a testbed for merging multiple ASTs into a single AST
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 19:21:46 +0000 (19:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 19:21:46 +0000 (19:21 +0000)
commit9bed8798964d9f07599c2c9199701f86fbc70e20
treee8e5e9ff1371051db0b1fbda759f2de976d54a5c
parent8ec4aac6d3dee698e4cb7b9f540d962e4ccab468
Introduce a testbed for merging multiple ASTs into a single AST
context with the AST importer. WIP, still useless but at least it has
a test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95683 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
lib/AST/ASTImporter.cpp
lib/Frontend/ASTMerge.cpp [new file with mode: 0644]
lib/Frontend/CMakeLists.txt
lib/Frontend/CompilerInvocation.cpp
test/ASTMerge/Inputs/var1.c [new file with mode: 0644]
test/ASTMerge/Inputs/var2.c [new file with mode: 0644]
test/ASTMerge/var.c [new file with mode: 0644]
tools/driver/cc1_main.cpp