[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
Fri Sep 30 01:18:47 PDT 2022


rymiel updated this revision to Diff 464176.
rymiel added a comment.

Extra consteval checks in SimplifyBooleanExprCheck


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.464176.patch
Type: text/x-patch
Size: 4699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220930/d6f57272/attachment.bin>


More information about the cfe-commits mailing list