]> granicus.if.org Git - clang/commit
Initial skeleton of an AST "importer", which will take AST elements from
authorDouglas Gregor <dgregor@apple.com>
Fri, 5 Feb 2010 17:54:41 +0000 (17:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 5 Feb 2010 17:54:41 +0000 (17:54 +0000)
commit1b2949d27ec72894dec017c330c0548af4bb2476
treed4ee0dc7d9c8cc1972f56d3c8af05c528cfbef00
parentf1e57ada1f48d70b9bb9b2585be1644baf534907
Initial skeleton of an AST "importer", which will take AST elements from
one context and import them into another context, merging them
according to language-specific rules. This is a skeleton. It doesn't
work, it isn't testable, but I want it in version control.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95395 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h [new file with mode: 0644]
lib/AST/ASTImporter.cpp [new file with mode: 0644]
lib/AST/CMakeLists.txt