[PATCH] D27001: [LLVM] [ADT] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 15:33:33 PST 2016


Eugene.Zelenko added a comment.

I put on review, some build bots could be slow.



================
Comment at: include/llvm/ADT/StringMap.h:20
 #include "llvm/Support/PointerLikeTypeTraits.h"
+#include <cassert>
+#include <cstdint>
----------------
mehdi_amini wrote:
> There are no assert in this file, why is this needed?
Asserts are used twice. May be file was not expanded when you look onto it?


Repository:
  rL LLVM

https://reviews.llvm.org/D27001





More information about the llvm-commits mailing list