[PATCH] D20083: Add an c++ itanium demangler to llvm

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 12:18:32 PDT 2016


silvas added inline comments.

================
Comment at: include/llvm/Demangle/Demangle.h:17
@@ +16,3 @@
+/// The mangled_name is demangled into buf and returned. If the buffer is not
+/// large enought, realloc is used to expand it.
+///
----------------
typo: enought


http://reviews.llvm.org/D20083





More information about the llvm-commits mailing list