[PATCH] D92600: [ASTImporter] Add support for importing GenericSelectionExpr AST nodes.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 3 13:52:27 PST 2020
shafik added a comment.
`ASTImporter` changes looks good to me.
================
Comment at: clang/lib/AST/ASTImporter.cpp:6525
+
+ const ASTContext &context = Importer.getToContext();
+ if (E->isResultDependent()) {
----------------
nitpick `context` -> `ToCtx` to be consistent with other code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92600/new/
https://reviews.llvm.org/D92600
More information about the cfe-commits
mailing list