[PATCH] D99062: [clang][ASTImporter] Import "CapturedVLAType" in FieldDecl.
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 03:34:05 PDT 2021
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: rnkovacs.
LGTM! Thanks!
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:6213-6216
+ R"(void declToImport(int N) {
+ int VLA[N];
+ [&VLA] {}; // FieldDecl inside the lambda.
+ })";
----------------
Very minor, but please clang-format the code inside the raw-string-literal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99062/new/
https://reviews.llvm.org/D99062
More information about the cfe-commits
mailing list