[PATCH] D122840: [llvm-readobj][nfc] Run clang-format on the directory's .cpp and .h files

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 23:50:15 PDT 2022


mehdi_amini added inline comments.


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:83
 #define ENUM_ENT(enum, altName)                                                \
-  { #enum, altName, ELF::enum }
+  {                                                                            \
+#enum, altName, ELF::enum                                                  \
----------------
jhenderson wrote:
> Looks like clang-format doesn't agree with itself?
The check is supposed to be using the most recent release of clang-format (not HEAD)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122840



More information about the llvm-commits mailing list