[PATCH] D35159: [libcxxabi][demangler] Use an AST to represent the demangled name

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 06:14:59 PDT 2017


mehdi_amini added inline comments.


================
Comment at: src/cxa_demangle.cpp:44
 
+class string_ref
+{
----------------
If this is supposed to be *the* ultimate LLVM demangler, can we follow LLVM coding standard?


https://reviews.llvm.org/D35159





More information about the cfe-commits mailing list