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/asan_new_delete.cc | |
| 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/asan_new_delete.cc')
| -rw-r--r-- | compiler-rt/lib/asan/asan_new_delete.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_new_delete.cc b/compiler-rt/lib/asan/asan_new_delete.cc index 74eea1165dd..4a7275842f0 100644 --- a/compiler-rt/lib/asan/asan_new_delete.cc +++ b/compiler-rt/lib/asan/asan_new_delete.cc @@ -1,4 +1,4 @@ -//===-- asan_interceptors.cc ------------------------------------*- C++ -*-===// +//===-- asan_interceptors.cc ----------------------------------------------===// // // The LLVM Compiler Infrastructure // |

