[Lldb-commits] [lldb] r136808 - in /lldb/trunk/test: benchmarks/example/main.cpp functionalities/non-overlapping-index-variable-i/main.cpp
Johnny Chen
johnny.chen at apple.com
Wed Aug 3 13:39:26 PDT 2011
Author: johnny
Date: Wed Aug 3 15:39:26 2011
New Revision: 136808
URL: http://llvm.org/viewvc/llvm-project?rev=136808&view=rev
Log:
Add license header comment.
Modified:
lldb/trunk/test/benchmarks/example/main.cpp
lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp
Modified: lldb/trunk/test/benchmarks/example/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/benchmarks/example/main.cpp?rev=136808&r1=136807&r2=136808&view=diff
==============================================================================
--- lldb/trunk/test/benchmarks/example/main.cpp (original)
+++ lldb/trunk/test/benchmarks/example/main.cpp Wed Aug 3 15:39:26 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>
class Point {
Modified: lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp?rev=136808&r1=136807&r2=136808&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp (original)
+++ lldb/trunk/test/functionalities/non-overlapping-index-variable-i/main.cpp Wed Aug 3 15:39:26 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>
class Point {
More information about the lldb-commits
mailing list