]> granicus.if.org Git - clang/commit
[ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentSco...
authorPeter Szecsi <szepet95@gmail.com>
Mon, 7 May 2018 12:08:27 +0000 (12:08 +0000)
committerPeter Szecsi <szepet95@gmail.com>
Mon, 7 May 2018 12:08:27 +0000 (12:08 +0000)
commitfd84b47426fa82c78ca25ba20cf37fc9b0f42586
tree72f73e998a68b5f6b132c1e4bf346627974d9bf6
parent200dbaaec0f2f31a51444ced8e213e08edd82baf
[ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentScopeDeclRefExpr

The visit callback implementations for the 3 C++ AST Node added to the ASTImporter.

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

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