Remove file-type tags for .cc files in ASan run-time library

llvm-svn: 157927
This commit is contained in:
Alexey Samsonov 2012-06-04 13:50:10 +00:00
parent 90f9630c80
commit 485d3dc363
20 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
//===-- asan_allocator.cc ---------------------------------------*- C++ -*-===//
//===-- asan_allocator.cc -------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_globals.cc -----------------------------------------*- C++ -*-===//
//===-- asan_globals.cc ---------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_interceptors.cc ------------------------------------*- C++ -*-===//
//===-- asan_interceptors.cc ----------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_malloc_linux.cc ------------------------------------*- C++ -*-===//
//===-- asan_malloc_linux.cc ----------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_rtl.cc ---------------------------------------------*- C++ -*-===//
//===-- asan_rtl.cc -------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_malloc_win.cc --------------------------------------*- C++ -*-===//
//===-- asan_malloc_win.cc ------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_interceptors.cc ------------------------------------*- C++ -*-===//
//===-- asan_interceptors.cc ----------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_poisoning.cc ---------------------------------------*- C++ -*-===//
//===-- asan_poisoning.cc -------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_printf.cc ------------------------------------------*- C++ -*-===//
//===-- asan_printf.cc ----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_rtl.cc ---------------------------------------------*- C++ -*-===//
//===-- asan_rtl.cc -------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_stack.cc -------------------------------------------*- C++ -*-===//
//===-- asan_stack.cc -----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_stats.cc -------------------------------------------*- C++ -*-===//
//===-- asan_stats.cc -----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_thread.cc ------------------------------------------*- C++ -*-===//
//===-- asan_thread.cc ----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_thread_registry.cc ---------------------------------*- C++ -*-===//
//===-- asan_thread_registry.cc -------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_benchmarks_test.cc ------------*- C++ -*-===//
//===-- asan_benchmarks_test.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_break_optimization.cc ------------*- C++ -*-===//
//===-- asan_break_optimization.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_globals_test.cc ------------*- C++ -*-===//
//===-- asan_globals_test.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_interface_test.cc ------------*- C++ -*-===//
//===-- asan_interface_test.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_noinst_test.cc ------------*- C++ -*-===//
//===-- asan_noinst_test.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- asan_test.cc ------------*- C++ -*-===//
//===-- asan_test.cc ----------------------===//
//
// The LLVM Compiler Infrastructure
//