================
@@ -57,7 +57,7 @@ inline raw_ostream &Indent(raw_ostream &o, const unsigned 
indent) {
 }
 
 inline raw_ostream &EmitPlistHeader(raw_ostream &o) {
-  static const char *PlistHeader =
+  constexpr char PlistHeader[] =
----------------
steffenlarsen wrote:

Good point! I have made the singular pointers a `const char *` instead and the 
arrays have been made `static constexpr` instead.

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