================
@@ -63,6 +63,8 @@ constexpr llvm::StringLiteral MsgSanitizeSystemArgs =
 constexpr llvm::StringLiteral MsgCustomSink =
     "Untrusted data is passed to a user-defined sink";
 
+const std::string MsgTaintOrigin = "Taint originated here";
----------------
NagyDonat wrote:

If you want to use a shared constant string, use `constexpr 
llvm::StringLiteral` as above because it is optimized for this role. (However I 
suggested that instead of sharing this string, I suggested a more detailed 
note.)


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

Reply via email to