[PATCH] D50013: [MS Demangler] Demangle various C++11 features.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 15:17:24 PDT 2018


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

LGTM

I picked up a few tests and double-checked that these tests are correct by using undname.



================
Comment at: llvm/lib/Demangle/MicrosoftDemangle.cpp:1747
+  if (MangledName.consumeFront("$$Q"))
+    return std::make_pair(Q_None, PointerAffinity::RValueReference);
+
----------------
nit: I believe you can use {}.


https://reviews.llvm.org/D50013





More information about the llvm-commits mailing list