[PATCH] D82629: [libclang] Fix crash when visiting a captured VLA.
Milian Wolff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 23:57:37 PDT 2020
milianw added a comment.
this relates to https://reviews.llvm.org/D82740 too, but comes with a test which is good. personally I would place the check directly within Visit to make it more generically prevent a crash on invalid input, but that's probably a subjective design decision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82629/new/
https://reviews.llvm.org/D82629
More information about the cfe-commits
mailing list