]> granicus.if.org Git - clang/commit
[ASTImporter] Add support to import some AST nodes:
authorGabor Horvath <xazax.hun@gmail.com>
Sat, 27 Jan 2018 16:11:45 +0000 (16:11 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Sat, 27 Jan 2018 16:11:45 +0000 (16:11 +0000)
commit68d1f1e94e016b32b219c932bdfdaa051952896a
treeb9c6e360a046e474a6987f1ad8a9540146475b50
parentd145f4b8c34e0dcaa4ca860997a9970a92056a5f
[ASTImporter] Add support to import some AST nodes:

* CXXOperatorCallExpr
* SizeOfPackExpr
* DependentTemplateSpecializationType
* DependentSizedArray
* CXXTypeidExpr
* Fix importing CXXTemporaryObjectExpr

Some of the changes are based on
https://github.com/haoNoQ/clang/blob/summary-ipa-draft/lib/AST/ASTImporter.cpp

Differential Revision: https://reviews.llvm.org/D42335

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp
unittests/AST/ASTImporterTest.cpp