[PATCH] D23478: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 17:35:58 PDT 2016
mehdi_amini added a comment.
Looks good overall, I'm curious about some extra lines when opening/closing a namespace?
================
Comment at: include/llvm/ADT/Statistic.h:35
@@ -34,2 +34,3 @@
namespace llvm {
+
class raw_ostream;
----------------
This is not something clang-format does AFAIK.
Repository:
rL LLVM
https://reviews.llvm.org/D23478
More information about the llvm-commits
mailing list