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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 15:34:15 PST 2016


mehdi_amini added inline comments.


================
Comment at: include/llvm/ADT/StringMap.h:20
 #include "llvm/Support/PointerLikeTypeTraits.h"
+#include <cassert>
+#include <cstdint>
----------------
Eugene.Zelenko wrote:
> 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?
Likely!


Repository:
  rL LLVM

https://reviews.llvm.org/D27001





More information about the llvm-commits mailing list