[llvm-commits] [compiler-rt] r171059 - in /compiler-rt/trunk/lib/msan: msan.h msan_flags.h msan_platform_limits_posix.h
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Tue Dec 25 03:53:51 PST 2012
Author: eugenis
Date: Tue Dec 25 05:53:51 2012
New Revision: 171059
URL: http://llvm.org/viewvc/llvm-project?rev=171059&view=rev
Log:
[msan] Fix header comments.
Modified:
compiler-rt/trunk/lib/msan/msan.h
compiler-rt/trunk/lib/msan/msan_flags.h
compiler-rt/trunk/lib/msan/msan_platform_limits_posix.h
Modified: compiler-rt/trunk/lib/msan/msan.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/msan.h?rev=171059&r1=171058&r2=171059&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/msan.h (original)
+++ compiler-rt/trunk/lib/msan/msan.h Tue Dec 25 05:53:51 2012
@@ -1,4 +1,4 @@
-//===-- msan.h ------------------------------------------------------------===//
+//===-- msan.h --------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: compiler-rt/trunk/lib/msan/msan_flags.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/msan_flags.h?rev=171059&r1=171058&r2=171059&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/msan_flags.h (original)
+++ compiler-rt/trunk/lib/msan/msan_flags.h Tue Dec 25 05:53:51 2012
@@ -1,4 +1,4 @@
-//===-- msan_allocator.cc --------------------------- ---------------------===//
+//===-- msan_flags.h --------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: compiler-rt/trunk/lib/msan/msan_platform_limits_posix.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/msan_platform_limits_posix.h?rev=171059&r1=171058&r2=171059&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/msan_platform_limits_posix.h (original)
+++ compiler-rt/trunk/lib/msan/msan_platform_limits_posix.h Tue Dec 25 05:53:51 2012
@@ -1,4 +1,4 @@
-//===-- msan_platform_limits.h --------------------------------------------===//
+//===-- msan_platform_limits.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list