[PATCH] D59318: Add an overload for ClangTidy's diag method that allows users to provide a diagnostic name rather than using the check name when building a diagnostic.

2019-03-13 Thread Harshal Lehri via Phabricator via cfe-commits
htl created this revision. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D59318 Files: clang-tools-extra/clang-tidy/ClangTidy.cpp clang-tools-extra/clang-tidy/ClangTidy.h Index: clang-tools-extra/clang-tidy/ClangTidy.h ===

[PATCH] D59318: [clang-tidy] add an overload for diag method that allows users to provide a diagnostic name rather than using the check name when building a diagnostic.

2019-03-17 Thread Harshal Lehri via Phabricator via cfe-commits
htl abandoned this revision. htl added a comment. In D59318#1430829 , @JonasToth wrote: > What is the reason you want this change to happen? I think this gives the > chance to create inconsistencies which we should avoid. Sorry this was a bit rushed. I