[PATCH] D27800: [clang] Fix crash for sizeof on VLAs

2022-01-12 Thread Paulo Matos via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG968be05b8fdc: [clang] Fix crash for sizeof on VLAs (authored by pmatos). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://

[PATCH] D27800: [clang] Fix crash for sizeof on VLAs

2022-01-12 Thread Paulo Matos via Phabricator via cfe-commits
pmatos added a comment. In D27800#3235066 , @efriedma wrote: > Looks like all the review comments have been addressed. LGTM Minor change. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D27800/new/ https://r

[PATCH] D27800: [clang] Fix crash for sizeof on VLAs

2022-01-12 Thread Paulo Matos via Phabricator via cfe-commits
pmatos updated this revision to Diff 399320. pmatos retitled this revision from "Add overload of TransformToPotentiallyEvaluated for TypeSourceInfo" to "[clang] Fix crash for sizeof on VLAs". pmatos edited the summary of this revision. pmatos added a comment. Ensure that we only call transform o