[llvm] [LLVM][rtsan] Add RealtimeSanitizer transform pass (PR #101232)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 14:28:27 PDT 2024


================
@@ -0,0 +1,34 @@
+//=- RealtimeSanitizer.h - RealtimeSanitizer instrumentation ----*- C++ -*-==//
+//-*-===//
----------------
MaskRay wrote:

unneeded  second line

the first line should use `//===-` (3 `=`). Both `//===-` and `//===-- ` are common in the code base and I am happy with either style.

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


More information about the llvm-commits mailing list