[PATCH] D23675: [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
Thu Aug 18 10:33:20 PDT 2016


mehdi_amini added a comment.

Thanks for the cleanup, please keep the habit of uploading with context, it helps :)


================
Comment at: include/llvm/Bitcode/BitstreamReader.h:33
@@ -24,2 +32,3 @@
+#include <utility>
 #include <vector>
 
----------------
Can you confirm: all these extra headers are for things needed by the current header but are included transitively right now?


Repository:
  rL LLVM

https://reviews.llvm.org/D23675





More information about the llvm-commits mailing list