]> granicus.if.org Git - clang/commit
Added support to the ASTImporter for C++ constructor initializers.
authorSean Callanan <scallanan@apple.com>
Sat, 14 May 2016 05:20:31 +0000 (05:20 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 14 May 2016 05:20:31 +0000 (05:20 +0000)
commit30e450b379194302f797d7d3083e61b6a67bf002
treee7bb08f16eaa4553ed3b367c0b6e4a7514ef6a90
parent7c2cb864c424f895bcea19c59d915eb07640ec03
Added support to the ASTImporter for C++ constructor initializers.

Thanks to Aleksei Sidorin for review and advice.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269546 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
lib/AST/ASTImporter.cpp
test/ASTMerge/Inputs/init-ctors-classes.cpp [new file with mode: 0644]
test/ASTMerge/init-ctors.cpp [new file with mode: 0644]