[PATCH] D126642: [Clang] NFCI: Add a new bit HasExtraBitfields to FunctionType.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 12:06:45 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a nit.



================
Comment at: clang/include/clang/AST/Type.h:3809-3811
     unsigned NumExceptionType;
+
+    FunctionTypeExtraBitfields() : NumExceptionType(0) {}
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126642



More information about the cfe-commits mailing list