Fznamznon added inline comments.

================
Comment at: clang/include/clang/Parse/Parser.h:2221
+    DSC_association, // A _Generic selection expression's type association
+    DSC_new          // C++ new operator
   };
----------------
aaron.ballman wrote:
> Adding the comma so the next person doesn't have to, and realigning to the 
> usual indentation
Added comma, but the indentation is what clang-format gave me. I'm afraid I 
won't pass the pre-commit with different .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153857

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

Reply via email to