[PATCH] D153296: [AST] Stop evaluate constant expression if the condition expression which in switch statement contains errors
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 22 12:48:58 PDT 2023
erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.
Just a rewording of the message, else LGTM.
================
Comment at: clang/docs/ReleaseNotes.rst:523
(`#38717 <https://github.com/llvm/llvm-project/issues/38717>_`).
+- Stop evaluate constant expression if the condition expression which in
+ switch statement contains errors.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153296/new/
https://reviews.llvm.org/D153296
More information about the cfe-commits
mailing list