[PATCH] D122078: [clang-tidy] Ignore concepts in `misc-redundant-expression`

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 17 04:42:47 PDT 2022


Izaron updated this revision to Diff 460990.
Izaron added a comment.

The new file was failing with message

  CHECK-FIXES, CHECK-MESSAGES or CHECK-NOTES not found in the input

So I had to add an additional urrelevant check.
I added a check for consteval function (there were no such tests previously).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122078

Files:
  clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/test/clang-tidy/checkers/misc/redundant-expression-cxx20.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122078.460990.patch
Type: text/x-patch
Size: 7645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220917/61f8e411/attachment-0001.bin>


More information about the cfe-commits mailing list