diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-06-04 13:50:10 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-06-04 13:50:10 +0000 |
| commit | 485d3dc3634cbed5979839257d8f336c1c97b79f (patch) | |
| tree | d4f3cdceefdad5ad1537c4e2568121b489ee8a5a /compiler-rt/lib/asan/tests | |
| parent | 90f9630c80fd0d9aaa95848e3220d039c8b22ae2 (diff) | |
| download | bcm5719-llvm-485d3dc3634cbed5979839257d8f336c1c97b79f.tar.gz bcm5719-llvm-485d3dc3634cbed5979839257d8f336c1c97b79f.zip | |
Remove file-type tags for .cc files in ASan run-time library
llvm-svn: 157927
Diffstat (limited to 'compiler-rt/lib/asan/tests')
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_benchmarks_test.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_break_optimization.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_globals_test.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_interface_test.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_noinst_test.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_test.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc b/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc index b72cc3fbe14..a142fd23e1b 100644 --- a/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc +++ b/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc @@ -1,4 +1,4 @@ -//===-- asan_benchmarks_test.cc ------------*- C++ -*-===// +//===-- asan_benchmarks_test.cc ----------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/asan/tests/asan_break_optimization.cc b/compiler-rt/lib/asan/tests/asan_break_optimization.cc index acd042701e1..51fb17b1b59 100644 --- a/compiler-rt/lib/asan/tests/asan_break_optimization.cc +++ b/compiler-rt/lib/asan/tests/asan_break_optimization.cc @@ -1,4 +1,4 @@ -//===-- asan_break_optimization.cc ------------*- C++ -*-===// +//===-- asan_break_optimization.cc ----------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/asan/tests/asan_globals_test.cc b/compiler-rt/lib/asan/tests/asan_globals_test.cc index 2303f8bdc43..6467524ca32 100644 --- a/compiler-rt/lib/asan/tests/asan_globals_test.cc +++ b/compiler-rt/lib/asan/tests/asan_globals_test.cc @@ -1,4 +1,4 @@ -//===-- asan_globals_test.cc ------------*- C++ -*-===// +//===-- asan_globals_test.cc ----------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/asan/tests/asan_interface_test.cc b/compiler-rt/lib/asan/tests/asan_interface_test.cc index 43889058b65..d632759fe10 100644 --- a/compiler-rt/lib/asan/tests/asan_interface_test.cc +++ b/compiler-rt/lib/asan/tests/asan_interface_test.cc @@ -1,4 +1,4 @@ -//===-- asan_interface_test.cc ------------*- C++ -*-===// +//===-- asan_interface_test.cc ----------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/asan/tests/asan_noinst_test.cc b/compiler-rt/lib/asan/tests/asan_noinst_test.cc index a6982e90c6c..8d80466f8f0 100644 --- a/compiler-rt/lib/asan/tests/asan_noinst_test.cc +++ b/compiler-rt/lib/asan/tests/asan_noinst_test.cc @@ -1,4 +1,4 @@ -//===-- asan_noinst_test.cc ------------*- C++ -*-===// +//===-- asan_noinst_test.cc ----------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/asan/tests/asan_test.cc b/compiler-rt/lib/asan/tests/asan_test.cc index de44b05ccc1..9f8af40aa06 100644 --- a/compiler-rt/lib/asan/tests/asan_test.cc +++ b/compiler-rt/lib/asan/tests/asan_test.cc @@ -1,4 +1,4 @@ -//===-- asan_test.cc ------------*- C++ -*-===// +//===-- asan_test.cc ----------------------===// // // The LLVM Compiler Infrastructure // |

