[PATCH] D34523: AST: mangle BlockDecls under MS ABI

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 23 14:06:38 PDT 2017


efriedma added a comment.

I think we just use "0" as a sentinel value to indicate the block doesn't need a mangling number.  getLambdaManglingNumber works the same way?  See CXXNameMangler::mangleUnqualifiedBlock in the Itanium mangler.


Repository:
  rL LLVM

https://reviews.llvm.org/D34523





More information about the cfe-commits mailing list