File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
llvm/include/llvm/Transforms/Instrumentation Expand file tree Collapse file tree 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++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// 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++ -* -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// 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++ -* -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// 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++ -* -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments