[PATCH] D121936: Ensure -extract-api handles multiple headers correctly

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 16:22:05 PDT 2022


dang added inline comments.


================
Comment at: clang/include/clang/Driver/Phases.h:17
   /// compilation process which interact with user options.
-  enum ID {
-    Preprocess,
----------------
ributzka wrote:
> Is this an unrelated formatting change?
Fixed it in the latest diff. I had modified this in my first attempt at getting this to work so git-clang-format got confused...


================
Comment at: clang/lib/Driver/Phases.cpp:19
   case Precompile: return "precompiler";
-  case Compile: return "compiler";
   case Backend: return "backend";
----------------
ributzka wrote:
> Unrelated format change?
Same as the other change...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121936



More information about the cfe-commits mailing list