Prazek added inline comments.

================
Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:18
 using namespace clang::ast_matchers;
+using namespace clang::tidy::utils;
+
----------------
I don't think it is required


================
Comment at: clang-tidy/utils/ExprSequence.cpp:180-182
+}
+}
+}
----------------
same here


================
Comment at: clang-tidy/utils/ExprSequence.h:121-123
+}
+}
+}
----------------
Run clang-tidy llvm checks on this patch. These braces requires comments like 
  // namespace clang


https://reviews.llvm.org/D27700



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to