[PATCH] D72566: [clang-tidy] Clang tidy is now alias aware
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 12 06:25:55 PST 2020
njames93 added a comment.
should warning be printed with all the enabled checks, or just the primary name?
warning: statement should be inside braces [readability-braces-around-statements]
vs
warning: statement should be inside braces [readability-braces-around-statements, hicpp-braces-around-statements]
warning: statement should be inside braces [readability-braces-around-statements], [hicpp-braces-around-statements]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72566/new/
https://reviews.llvm.org/D72566
More information about the cfe-commits
mailing list