================
@@ -399,7 +399,7 @@ namespace llvm {
 template <> struct format_provider<ValueDescStr> {
   static void format(const ValueDescStr &V, raw_ostream &Stream,
                      StringRef Style) {
-    static const char *ValueStr[2][3] = {
+    constexpr const char *ValueStr[2][3] = {
----------------
efriedma-quic wrote:

Copy to stack.

https://github.com/llvm/llvm-project/pull/183287
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to