Skip to content

Commit c6a3f4e

Browse files
committed
[sanitizer] Make file headers more conventional
Add "-*- C++ -*-"
1 parent 910012e commit c6a3f4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)