[PATCH] D114317: [clang-tidy][WIP] Do not run perfect alias checks

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 17 00:30:01 PST 2021


carlosgalvezp added a comment.

> no, I don't think that's quite what we want." :-)

Sorry for not being specific enough :) What we want is to keep this (current user-facing behavior today):

  error: forgot to frobble the quux [bugprone-frobble-quux, cert-quux45-cpp]

As opposed to:

  error: forgot to frobble the quux [bugprone-frobble-quux]

(the users wants CERT enabled, and yet they don't see diagnostics coming from `cert` (even though they effectively are enabled via `bugprone`)).

I'll try to dig a bit deeper and see if I can figure this out.


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

https://reviews.llvm.org/D114317



More information about the cfe-commits mailing list