[PATCH] D18919: [Clang-tidy] Add check "modernize use using"

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 08:41:11 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: clang-tidy/modernize/UseUsingCheck.cpp:13
@@ +12,3 @@
+#include "clang/ASTMatchers/ASTMatchFinder.h"
+#include <utility>
+
----------------
Prazek wrote:
> Is this required?
It'll be reasonable to run Include What You Use at least on new files.


Repository:
  rL LLVM

http://reviews.llvm.org/D18919





More information about the cfe-commits mailing list