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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to