aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-12 22:33:12 +0000
committerChris Lattner <sabre@nondot.org>2009-07-12 22:33:12 +0000
commitc3a6540f174ac61a884e452456cbad88b427a745 (patch)
tree1c4f60e67c44318b6f3088028212a42c8a723fff
parent56a906cb66ee5729ce2c291e3f310531b8ebabd1 (diff)
fix file headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75437 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Index/DeclReferenceMap.cpp2
-rw-r--r--lib/Index/Entity.cpp2
-rw-r--r--lib/Index/IndexProvider.cpp2
-rw-r--r--lib/Index/Program.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Index/DeclReferenceMap.cpp b/lib/Index/DeclReferenceMap.cpp
index 841d7fb2fb..95de2ea7d0 100644
--- a/lib/Index/DeclReferenceMap.cpp
+++ b/lib/Index/DeclReferenceMap.cpp
@@ -1,4 +1,4 @@
-//===--- DeclReferenceMap.cpp - Map Decls to their references ---*- C++ -*-===//
+//===--- DeclReferenceMap.cpp - Map Decls to their references -------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/Entity.cpp b/lib/Index/Entity.cpp
index c1d8702ea8..2620f88a95 100644
--- a/lib/Index/Entity.cpp
+++ b/lib/Index/Entity.cpp
@@ -1,4 +1,4 @@
-//===--- Entity.h - Cross-translation-unit "token" for decls ----*- C++ -*-===//
+//===--- Entity.cpp - Cross-translation-unit "token" for decls ------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/IndexProvider.cpp b/lib/Index/IndexProvider.cpp
index 45719bb8e1..074a83d9a6 100644
--- a/lib/Index/IndexProvider.cpp
+++ b/lib/Index/IndexProvider.cpp
@@ -1,4 +1,4 @@
-//===--- IndexProvider.h - Map of entities to translation units -*- C++ -*-===//
+//===--- IndexProvider.cpp - Map of entities to translation units ---------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/Program.cpp b/lib/Index/Program.cpp
index 22fad9f964..807d18c699 100644
--- a/lib/Index/Program.cpp
+++ b/lib/Index/Program.cpp
@@ -1,4 +1,4 @@
-//===--- Program.h - Entity originator and misc -----------------*- C++ -*-===//
+//===--- Program.cpp - Entity originator and misc -------------------------===//
//
// The LLVM Compiler Infrastructure
//