aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
//