[PATCH] D150187: [tidy][IdentifierNaming] Fix crashes on non-identifiers

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 02:52:27 PDT 2023


PiotrZSL added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-nocrash.cpp:3-5
+struct Foo {
+  operator bool();
+};
----------------
PiotrZSL wrote:
> i would merge this with some existing test file...
yep, tests fails due to lack of CHECK_MESSGAES, merge this with some other test file, main one for example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150187



More information about the cfe-commits mailing list