[llvm] [llvm-cxxfilt] Add --quote option to quote demangled function names (PR #111871)
Ronan Keryell via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 17:37:58 PDT 2024
================
@@ -20,6 +20,7 @@
#include "llvm/TargetParser/Triple.h"
#include <cstdlib>
#include <iostream>
+#include <string>
----------------
keryell wrote:
This is added automatically by `clangd` LSP server using the project configuration, so I guess it is cleaner according to the official coding style but I can remove it.
https://github.com/llvm/llvm-project/pull/111871
More information about the llvm-commits
mailing list