We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca7195 commit ecd1d77Copy full SHA for ecd1d77
llvm/test/tools/llvm-cxxfilt/quote.test
@@ -1,6 +1,4 @@
1
-// Show that llvm-cxxfilt --quote can emit quoted demangled symbols (even at the
2
-// end of a line) but not without double-quoting in the case they are already
3
-// quoted.
+// Show that llvm-cxxfilt --quote adds quotes around demangled symbols, unless the symbol is already quoted.
4
RUN: echo _Z3barv '"_Z3barv"' > %t
5
RUN: echo '"_Z3barv"' _Z3barv >> %t
6
// This is not mangled, thus it should not be quoted
0 commit comments