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

Juergen Ributzka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 11:19:45 PDT 2022


ributzka added inline comments.


================
Comment at: clang/include/clang/Driver/Phases.h:17
   /// compilation process which interact with user options.
-  enum ID {
-    Preprocess,
----------------
Is this an unrelated formatting change?


================
Comment at: clang/lib/Driver/Phases.cpp:19
   case Precompile: return "precompiler";
-  case Compile: return "compiler";
   case Backend: return "backend";
----------------
Unrelated format 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