[PATCH] D149276: [Clang] Fix parsing of `(auto(x))`.

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 27 02:16:54 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/lib/Parse/ParseTentative.cpp:1067
+                                            bool mayHaveDirectInit,
+                                            bool mayHaveTrailingReturnType) {
   // declarator:
----------------
Not part of this commit I guess, but //four// bool parameters is truly horrific :/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149276



More information about the cfe-commits mailing list