[Lldb-commits] [lldb] r129710 - /lldb/trunk/test/inferior-crashing/main.c

Johnny Chen johnny.chen at apple.com
Mon Apr 18 11:50:24 PDT 2011


Author: johnny
Date: Mon Apr 18 13:50:24 2011
New Revision: 129710

URL: http://llvm.org/viewvc/llvm-project?rev=129710&view=rev
Log:
Add header comment.

Modified:
    lldb/trunk/test/inferior-crashing/main.c

Modified: lldb/trunk/test/inferior-crashing/main.c
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/inferior-crashing/main.c?rev=129710&r1=129709&r2=129710&view=diff
==============================================================================
--- lldb/trunk/test/inferior-crashing/main.c (original)
+++ lldb/trunk/test/inferior-crashing/main.c Mon Apr 18 13:50:24 2011
@@ -1,3 +1,11 @@
+//===-- main.c --------------------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 #include <stdio.h>
 
 int main(int argc, const char* argv[])





More information about the lldb-commits mailing list