[PATCH] D20170: [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted copy constructor.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 09:22:55 PDT 2016
alexfh added inline comments.
================
Comment at: clang-tidy/utils/TypeTraits.cpp:22
@@ +21,3 @@
+
+using namespace ::clang::ast_matchers;
+
----------------
Now seems to be unused.
http://reviews.llvm.org/D20170
More information about the cfe-commits
mailing list