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

Rong Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 21 12:00:07 PDT 2022


xur marked an inline comment as done.
xur added inline comments.


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


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

https://reviews.llvm.org/D136397



More information about the cfe-commits mailing list