[PATCH] D94786: [clang][ASTImporter] Add support for importing CXXFoldExpr.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 18 01:15:48 PST 2021


balazske marked an inline comment as done.
balazske added inline comments.


================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:655
+             Lang_CXX17, "", Lang_CXX17, Verifier,
+             functionTemplateDecl(hasDescendant(cxxFoldExpr())));
+}
----------------
shafik wrote:
> Is it possible to check that we imported four fold expressions and maybe also check the operator of each one? 
Added more exact checks.


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