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

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 02:54:38 PST 2016


rafael added inline comments.


================
Comment at: ELF/Target.cpp:35
+#include "llvm/Object/ELFTypes.h"
+#include "llvm/Support/Casting.h"
 #include "llvm/Support/ELF.h"
----------------
I am not sure how to properly manage this include list if we are going the Include What You Use way. How do we make sure we are not including unnecessary headers?


Repository:
  rL LLVM

https://reviews.llvm.org/D26379





More information about the llvm-commits mailing list