[PATCH] D153857: [clang] Fix new-expression with elaborated-type-specifier

Mariya Podchishchaeva via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 28 04:11:37 PDT 2023


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



More information about the cfe-commits mailing list