[llvm] [LLVM][Instrumentation] Add numerical sanitizer (PR #85916)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 12:12:49 PDT 2024


================
@@ -0,0 +1,36 @@
+//===- NumericalStabilitySanitizer.h - NSan Pass ---------------*- C++ -*--===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
----------------
vitalybuka wrote:

`///` looks unusual here

https://github.com/llvm/llvm-project/pull/85916


More information about the llvm-commits mailing list