[PATCH] D27226: [MS ABI] Implement more of the Itanium mangling rules

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 16:50:53 PST 2016


rnk added inline comments.


================
Comment at: test/CodeGenCXX/mangle-ms-cxx11.cpp:337
+A a;
+}
----------------
This machinery is also supposed to kick in for lambdas in default arguments, right? Can you add that test case?


https://reviews.llvm.org/D27226





More information about the cfe-commits mailing list