[PATCH] D72217: [clang-tidy] Added readability-qualified-auto check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 17:32:25 PST 2020


Eugene.Zelenko added a comment.

By the word, will be interesting to see results of this check run on LLVM code. Probably results should be split on modules.



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:146
 
+- New alias :doc:`llvm-qualified-auto
+  <clang-tidy/checks/llvm-qualified-auto>` to
----------------
Please move alias entry into aliases section. See previous release for proper order.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/llvm-qualified-auto.rst:6
+llvm-qualified-auto
+===========================================
+
----------------
Please make length same as title.


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

https://reviews.llvm.org/D72217





More information about the cfe-commits mailing list