[PATCH] D92600: [ASTImporter] Add support for importing GenericSelectionExpr AST nodes.
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 01:04:44 PST 2020
martong added a comment.
It might be worth to extend StmtComparer <https://github.com/llvm/llvm-project/blob/007dd12d546814977519b33ca38b1cc8b31fee26/clang/lib/AST/ASTStructuralEquivalence.cpp#L160> as well with this Expr. I mean, probably two selections exprs should be considered equal if their assoc exprs are equal too...
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