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 | |
| 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')
40 files changed, 40 insertions, 40 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 // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_bench.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_bench.cc index 9bdbe61c529..a3cf22f2c62 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_bench.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_bench.cc @@ -1,4 +1,4 @@ -//===-- tsan_bench.cc -------------------------------------------*- C++ -*-===// +//===-- tsan_bench.cc -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_mop.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_mop.cc index bf4edf08e15..f2174282505 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_mop.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_mop.cc @@ -1,4 +1,4 @@ -//===-- tsan_mop.cc ---------------------------------------------*- C++ -*-===// +//===-- tsan_mop.cc -------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_mutex.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_mutex.cc index 47495f4fb55..8fa46706ce8 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_mutex.cc +++ b/compiler-rt/lib/tsan/rtl_tests/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_tests/tsan_posix.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_posix.cc index 4f98d50dd30..0caedd7207e 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_posix.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_posix.cc @@ -1,4 +1,4 @@ -//===-- tsan_posix.cc -------------------------------------------*- C++ -*-===// +//===-- tsan_posix.cc -----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_string.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_string.cc index 13b0553d846..75adc6c85ee 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_string.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_string.cc @@ -1,4 +1,4 @@ -//===-- tsan_string.cc ------------------------------------------*- C++ -*-===// +//===-- tsan_string.cc ----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_test.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_test.cc index 839f7da401a..2c903ae359f 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_test.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_test.cc --------------------------------------------*- C++ -*-===// +//===-- tsan_test.cc ------------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_test_util_linux.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_test_util_linux.cc index 0418cfa4b57..d2c06b58cd0 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_test_util_linux.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_test_util_linux.cc @@ -1,4 +1,4 @@ -//===-- tsan_test_util_linux.cc ---------------------------------*- C++ -*-===// +//===-- tsan_test_util_linux.cc -------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl_tests/tsan_thread.cc b/compiler-rt/lib/tsan/rtl_tests/tsan_thread.cc index 4ee7c5fa71a..5646415a79b 100644 --- a/compiler-rt/lib/tsan/rtl_tests/tsan_thread.cc +++ b/compiler-rt/lib/tsan/rtl_tests/tsan_thread.cc @@ -1,4 +1,4 @@ -//===-- tsan_thread.cc ------------------------------------------*- C++ -*-===// +//===-- tsan_thread.cc ----------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_allocator_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_allocator_test.cc index e9d096398e1..be5bb606002 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_allocator_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_allocator_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_allocator_test.c------------------------------------*- C++ -*-===// +//===-- tsan_allocator_test.c----------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_clock_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_clock_test.cc index 9c35fb52f5b..fe886e10bc5 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_clock_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_clock_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_clock_test.cc --------------------------------------*- C++ -*-===// +//===-- tsan_clock_test.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_flags_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_flags_test.cc index 197792eb1b5..00af64b6576 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_flags_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_flags_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_flags_test.cc --------------------------------------*- C++ -*-===// +//===-- tsan_flags_test.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_mman_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_mman_test.cc index 5af803b8f19..1a9a88f606f 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_mman_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_mman_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_mman_test.cc ---------------------------------------*- C++ -*-===// +//===-- tsan_mman_test.cc -------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_mutex_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_mutex_test.cc index 77c0cda7474..6ecd320e5d0 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_mutex_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_mutex_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_mutex_test.cc --------------------------------------*- C++ -*-===// +//===-- tsan_mutex_test.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc index c754bba9cbf..55f25a8fb3d 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_platform_test.cc -----------------------------------*- C++ -*-===// +//===-- tsan_platform_test.cc ---------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_printf_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_printf_test.cc index 1aed1414264..2836c0d7d0e 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_printf_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_printf_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_printf_test.cc -------------------------------------*- C++ -*-===// +//===-- tsan_printf_test.cc -----------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_shadow_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_shadow_test.cc index 81c076e89bc..41f9121be0f 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_shadow_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_shadow_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_shadow_test.cc -------------------------------------*- C++ -*-===// +//===-- tsan_shadow_test.cc -----------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_suppressions_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_suppressions_test.cc index f94e529bcd2..e1e0c12c004 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_suppressions_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_suppressions_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_suppressions_test.cc -------------------------------*- C++ -*-===// +//===-- tsan_suppressions_test.cc -----------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_sync_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_sync_test.cc index 58726bf3579..b7605a57a33 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_sync_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_sync_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_sync_test.cc ---------------------------------------*- C++ -*-===// +//===-- tsan_sync_test.cc -------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_vector_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_vector_test.cc index 96909eb19d0..cfef6e528ff 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_vector_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_vector_test.cc @@ -1,4 +1,4 @@ -//===-- tsan_vector_test.cc -------------------------------------*- C++ -*-===// +//===-- tsan_vector_test.cc -----------------------------------------------===// // // The LLVM Compiler Infrastructure // |

