================
@@ -85,6 +85,96 @@ enum VariableTypeDescriptorKind : uint16_t {
 //                        Miscellaneous Helper Methods
 //===--------------------------------------------------------------------===//
 
+static llvm::StringRef GetUBSanTrapForHandler(SanitizerHandler ID) {
----------------
vitalybuka wrote:

Can we put this into llvm-project/clang/lib/CodeGen/SanitizerHandler.h as 

SANITIZER_CHECK(AddOverflow, add_overflow, 0, "Signed integer addition 
overflowed")                           


https://github.com/llvm/llvm-project/pull/145967
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to