[PATCH] D133413: [clang-tidy] Fix crashes on `if consteval` in readability checks

Emilia Dreamer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 22:42:25 PDT 2022


rymiel updated this revision to Diff 464142.
rymiel edited the summary of this revision.
rymiel added a comment.

Add release note

Thank you, Aaron! Is the note I've added okay? I didn't expect to need to add a note to a bugfix, but I haven't written a release note before at all regardless. And yes, I'm able to commit it myself.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133413/new/

https://reviews.llvm.org/D133413

Files:
  clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/test/clang-tidy/checkers/readability/braces-around-statements-consteval-if.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability/simplify-bool-expr-cxx23.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133413.464142.patch
Type: text/x-patch
Size: 3420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220930/5b5bc9af/attachment.bin>


More information about the cfe-commits mailing list