[PATCH] D50145: [MS Demangler] Demangle templated operator overloads

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 11:06:15 PDT 2018


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

LGTM



================
Comment at: llvm/lib/Demangle/MicrosoftDemangle.cpp:273
 
-  // Template parameters. Null if not a template.
+  // Template parameters. Only valid if Flags contains NF_TemplateInstantiation.
   TemplateParams *TParams = nullptr;
----------------
This comment needs updating.


https://reviews.llvm.org/D50145





More information about the llvm-commits mailing list