[PATCH] D94786: [clang][ASTImporter] Add support for importing CXXFoldExpr.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 15 13:58:28 PST 2021
shafik added inline comments.
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:655
+ Lang_CXX17, "", Lang_CXX17, Verifier,
+ functionTemplateDecl(hasDescendant(cxxFoldExpr())));
+}
----------------
Is it possible to check that we imported four fold expressions and maybe also check the operator of each one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94786/new/
https://reviews.llvm.org/D94786
More information about the cfe-commits
mailing list