]> granicus.if.org Git - clang/commit
Implement basic AST importing and merging support for class template
authorDouglas Gregor <dgregor@apple.com>
Tue, 30 Nov 2010 19:14:50 +0000 (19:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 30 Nov 2010 19:14:50 +0000 (19:14 +0000)
commit040afaeea2313dc69fd532995ac88cccdd62da56
treeeb9f4dee0339f0953344078c3674f120165a73d0
parent7907fad723a0f4764a2396df620d9c58725b3053
Implement basic AST importing and merging support for class template
declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120448 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ASTImporter.cpp
test/ASTMerge/Inputs/class-template1.cpp [new file with mode: 0644]
test/ASTMerge/Inputs/class-template2.cpp [new file with mode: 0644]
test/ASTMerge/class-template.cpp [new file with mode: 0644]