File tree 4 files changed +4
-4
lines changed
llvm/include/llvm/Transforms/Instrumentation
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // ===--------- Definition of the AddressSanitizer class ----- ----*- C++ -*-===//
1
+ // ===- AddressSanitizer.h - AddressSanitizer instrumentation ----*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===- DataFlowSanitizer.h - dynamic data flow analysis ------------------ -===//
1
+ // ===- DataFlowSanitizer.h - dynamic data flow analysis ---------*- C++ -* -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===- Transforms/Instrumentation/ MemorySanitizer.h - MSan Pass ---------- -===//
1
+ // ===- MemorySanitizer.h - MemorySanitizer instrumentation ------*- C++ -* -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===- Transforms/Instrumentation/ ThreadSanitizer.h - TSan Pass ---------- -===//
1
+ // ===- ThreadSanitizer.h - ThreadSanitizer instrumentation ------*- C++ -* -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments