[PATCH] D118374: Cleanup include dependencies for LLVMTableGen

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 13:59:06 PST 2022


RKSimon added a comment.

(style) Please can you run clang-format on the includes to sort them correctly?



================
Comment at: llvm/lib/TableGen/DetailedRecordsBackend.cpp:23
+#include "llvm/Support/SMLoc.h"
+#include "llvm/Support/raw_ostream.h"
+#include <map>
----------------
Looks like clang-format is complaining about the include sort order?


================
Comment at: llvm/lib/TableGen/JSONBackend.cpp:20
 #include "llvm/Support/JSON.h"
 
 #define DEBUG_TYPE "json-emitter"
----------------
Again, sort the includes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118374/new/

https://reviews.llvm.org/D118374



More information about the llvm-commits mailing list