[PATCH] D136397: [Clang] Change AnonStructIds in MangleContext to per-function based

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 19:29:26 PDT 2022


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Looks good to me.



================
Comment at: clang/include/clang/AST/Mangle.h:97
+
+    // If FunctionDecl is passed in, the anonnousstructID will be per-function
+    // based.
----------------



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

https://reviews.llvm.org/D136397



More information about the cfe-commits mailing list