diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-06-04 13:55:19 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-06-04 13:55:19 +0000 |
| commit | 3b2f9f4c98257dc5838b851f7e1e846bb3492ce5 (patch) | |
| tree | 2a7623235f17c16b53308a235ab7fbfae0cacd69 /compiler-rt/lib/tsan/rtl | |
| parent | 485d3dc3634cbed5979839257d8f336c1c97b79f (diff) | |
| download | bcm5719-llvm-3b2f9f4c98257dc5838b851f7e1e846bb3492ce5.tar.gz bcm5719-llvm-3b2f9f4c98257dc5838b851f7e1e846bb3492ce5.zip | |
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
llvm-svn: 157928
Diffstat (limited to 'compiler-rt/lib/tsan/rtl')
21 files changed, 21 insertions, 21 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_allocator.cc b/compiler-rt/lib/tsan/rtl/tsan_allocator.cc index 4b21d1ee211..28cc2b3f537 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_allocator.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_allocator.cc @@ -1,4 +1,4 @@ -//===-- tsan_allocator-------------------------------------------*- C++ -*-===// +//===-- tsan_allocator-----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_clock.cc b/compiler-rt/lib/tsan/rtl/tsan_clock.cc index 3633ac2d90b..e0f750fb1e9 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_clock.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_clock.cc @@ -1,4 +1,4 @@ -//===-- tsan_clock.cc -------------------------------------------*- C++ -*-===// +//===-- tsan_clock.cc -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_flags.cc b/compiler-rt/lib/tsan/rtl/tsan_flags.cc index 24398872b97..c805e12542a 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_flags.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_flags.cc @@ -1,4 +1,4 @@ -//===-- tsan_flags.cc -------------------------------------------*- C++ -*-===// +//===-- tsan_flags.cc -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc b/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc index 6c4f9b0b6a8..83bfa2c3f9e 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc @@ -1,4 +1,4 @@ -//===-- tsan_interceptors_linux.cc ------------------------------*- C++ -*-===// +//===-- tsan_interceptors_linux.cc ----------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_interface.cc b/compiler-rt/lib/tsan/rtl/tsan_interface.cc index b7b008564c7..6d0954602ff 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_interface.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_interface.cc @@ -1,4 +1,4 @@ -//===-- tsan_interface.cc ---------------------------------------*- C++ -*-===// +//===-- tsan_interface.cc -------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc b/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc index 853770e2d4e..b5c8f996831 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc @@ -1,4 +1,4 @@ -//===-- tsan_interface_ann.cc -----------------------------------*- C++ -*-===// +//===-- tsan_interface_ann.cc ---------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc b/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc index 7d42b2375b5..4f3caf7a5d6 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc @@ -1,4 +1,4 @@ -//===-- tsan_interface_atomic.cc --------------------------------*- C++ -*-===// +//===-- tsan_interface_atomic.cc ------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_md5.cc b/compiler-rt/lib/tsan/rtl/tsan_md5.cc index 487336025fb..c9d671f5b59 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_md5.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_md5.cc @@ -1,4 +1,4 @@ -//===-- tsan_md5.cc ---------------------------------------------*- C++ -*-===// +//===-- tsan_md5.cc -------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_mman.cc b/compiler-rt/lib/tsan/rtl/tsan_mman.cc index afa5763fdd3..7a668db30f5 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_mman.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_mman.cc @@ -1,4 +1,4 @@ -//===-- tsan_mman.cc --------------------------------------------*- C++ -*-===// +//===-- tsan_mman.cc ------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_mutex.cc b/compiler-rt/lib/tsan/rtl/tsan_mutex.cc index e95b195aa93..e24430736ce 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_mutex.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_mutex.cc @@ -1,4 +1,4 @@ -//===-- tsan_mutex.cc -------------------------------------------*- C++ -*-===// +//===-- tsan_mutex.cc -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc index 2342dbbed10..61a10aef55c 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc @@ -1,4 +1,4 @@ -//===-- tsan_platform_linux.cc ----------------------------------*- C++ -*-===// +//===-- tsan_platform_linux.cc --------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_printf.cc b/compiler-rt/lib/tsan/rtl/tsan_printf.cc index 96c4d24eb9d..ef26c28b866 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_printf.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_printf.cc @@ -1,4 +1,4 @@ -//===-- tsan_printf.cc ------------------------------------------*- C++ -*-===// +//===-- tsan_printf.cc ----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_report.cc b/compiler-rt/lib/tsan/rtl/tsan_report.cc index 9159f8d9cc9..86617669643 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_report.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_report.cc @@ -1,4 +1,4 @@ -//===-- tsan_report.cc ------------------------------------------*- C++ -*-===// +//===-- tsan_report.cc ----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc index 8e7251e9a5d..4b805048226 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc @@ -1,4 +1,4 @@ -//===-- tsan_rtl.cc ---------------------------------------------*- C++ -*-===// +//===-- tsan_rtl.cc -------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc index f144209d859..b16905396f7 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc @@ -1,4 +1,4 @@ -//===-- tsan_rtl_mutex.cc ---------------------------------------*- C++ -*-===// +//===-- tsan_rtl_mutex.cc -------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc index f8e07ff7e70..7ef0239c4d5 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc @@ -1,4 +1,4 @@ -//===-- tsan_rtl.cc ---------------------------------------------*- C++ -*-===// +//===-- tsan_rtl.cc -------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc index ea8a8cdb120..d4bf2ee4952 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc @@ -1,4 +1,4 @@ -//===-- tsan_rtl_thread.cc --------------------------------------*- C++ -*-===// +//===-- tsan_rtl_thread.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.cc b/compiler-rt/lib/tsan/rtl/tsan_stat.cc index 288ac5cd6ad..f1afef05ac2 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc @@ -1,4 +1,4 @@ -//===-- tsan_stat.cc --------------------------------------------*- C++ -*-===// +//===-- tsan_stat.cc ------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc b/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc index e62dcfbd9ca..065e635f34e 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc @@ -1,4 +1,4 @@ -//===-- tsan_suppressions.cc ------------------------------------*- C++ -*-===// +//===-- tsan_suppressions.cc ----------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc b/compiler-rt/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc index 49c8eca886f..becf9e61c22 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_symbolize_addr2line_linux.cc @@ -1,4 +1,4 @@ -//===-- tsan_symbolize_addr2line.cc -----------------------------*- C++ -*-===// +//===-- tsan_symbolize_addr2line.cc ---------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_sync.cc b/compiler-rt/lib/tsan/rtl/tsan_sync.cc index 2910ead10dd..0749752640c 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_sync.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_sync.cc @@ -1,4 +1,4 @@ -//===-- tsan_sync.cc --------------------------------------------*- C++ -*-===// +//===-- tsan_sync.cc ------------------------------------------------------===// // // The LLVM Compiler Infrastructure // |

