[PATCH] D38694: [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLookupExpr
Peter Szecsi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 9 10:27:00 PDT 2017
szepet created this revision.
This patch adds support for importing two different kind of C++ AST Node.
Note: This solution is based on https://github.com/haoNoQ/clang/blob/summary-ipa-draft/lib/AST/ASTImporter.cpp#L7605 .
https://reviews.llvm.org/D38694
Files:
lib/AST/ASTImporter.cpp
unittests/AST/ASTImporterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38694.118228.patch
Type: text/x-patch
Size: 5470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171009/059dd96c/attachment.bin>
More information about the cfe-commits
mailing list