This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Import "CapturedVLAType" in FieldDecl.
ClosedPublic

Authored by balazske on Mar 22 2021, 3:09 AM.

Details

Summary

Update ASTImporter to import value of FieldDecl::getCapturedVLAType.

Diff Detail

Event Timeline

balazske created this revision.Mar 22 2021, 3:09 AM
balazske requested review of this revision.Mar 22 2021, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 3:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Mar 22 2021, 3:34 AM

LGTM! Thanks!

clang/unittests/AST/ASTImporterTest.cpp
6266–6269

Very minor, but please clang-format the code inside the raw-string-literal.

This revision is now accepted and ready to land.Mar 22 2021, 3:34 AM
shafik accepted this revision.Mar 22 2021, 10:25 AM

LGTM

balazske updated this revision to Diff 332551.Mar 23 2021, 12:58 AM

Rebase and changed test code format.

balazske marked an inline comment as done.Mar 23 2021, 12:59 AM
This revision was landed with ongoing or failed builds.Mar 23 2021, 1:44 AM
This revision was automatically updated to reflect the committed changes.