[PATCH] D138289: [clang][Parse] Remove constant expression from if condition
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 06:12:53 PST 2022
aaron.ballman added a comment.
This code was introduced in https://github.com/llvm/llvm-project/commit/5a5319062300166a747807339349766341a2c2b2 and does not appear to have had precommit review (that I could find). It was resolving https://bugs.llvm.org/show_bug.cgi?id=23101, and the last comment on that issue suggests this was intending to look at `isTypeCast`.
I expect precommit CI will not care about the removal because it is a no-op change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138289/new/
https://reviews.llvm.org/D138289
More information about the cfe-commits
mailing list