[llvm] [llvm-cxxfilt] Add --quote option to quote demangled function names (PR #111871)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 00:52:15 PDT 2024


================
@@ -20,6 +20,7 @@
 #include "llvm/TargetParser/Triple.h"
 #include <cstdlib>
 #include <iostream>
+#include <string>
----------------
jh7370 wrote:

Nit: `std::string` is already used by this file, so adding this seems unnecessary by my reading of the include rules in the style guide.

https://github.com/llvm/llvm-project/pull/111871


More information about the llvm-commits mailing list