[PATCH] D98738: [clang-tidy] performance-* checks: Match AllowedTypes against qualified type names when they contain "::".

Felix Berger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 5 08:54:20 PDT 2021


flx marked 2 inline comments as done.
flx added a comment.

Thanks for the comments, PTAL!



================
Comment at: clang-tools-extra/clang-tidy/utils/Matchers.h:79
+    llvm::Regex Regex;
+    bool MatchQualifiedName = false;
+  };
----------------
ymandel wrote:
> Worth a comment i think.
Done by adding comments to each match mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98738



More information about the cfe-commits mailing list