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

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 8 01:48:40 PDT 2022


njames93 accepted this revision.
njames93 added a comment.
This revision is now accepted and ready to land.

LGTM, just one small nit.



================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc/redundant-expression-cxx20.cpp:3
+
+// Note: this test expects no diagnostics, but FileCheck cannot handle that,
+// hence the use of | count 0.
----------------
This comment isn't strictly necessary


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122078



More information about the cfe-commits mailing list