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

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 02:24:02 PDT 2016


Prazek added inline comments.

================
Comment at: clang-tidy/modernize/UseUsingCheck.cpp:13
@@ +12,3 @@
+#include "clang/ASTMatchers/ASTMatchFinder.h"
+#include <utility>
+
----------------
Is this required?


Repository:
  rL LLVM

http://reviews.llvm.org/D18919





More information about the cfe-commits mailing list