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

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

Reply via email to