[PATCH] D38171: [clang-tidy] Implement clang-tidy check aliases

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 04:45:50 PST 2017


xazax.hun added a comment.

In https://reviews.llvm.org/D38171#927046, @alexfh wrote:

> And, btw, sorry for the long delay. I've been on travelling / on vacation for the last few weeks.


No problem. Will you have some time to think about the overall concept? Implementation and test wise it looks good to me.
I think this patch is a step in a good direction but of course, it is important for the community to agree on the approach.



================
Comment at: test/clang-tidy/warning-check-aliases.cpp:10
+  try {
+
+  } catch (B &X) {
----------------
There are some redundant empty lines. 


https://reviews.llvm.org/D38171





More information about the cfe-commits mailing list