summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Index')
-rw-r--r--clang/lib/Index/DeclReferenceMap.cpp2
-rw-r--r--clang/lib/Index/Entity.cpp2
-rw-r--r--clang/lib/Index/IndexProvider.cpp2
-rw-r--r--clang/lib/Index/Program.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Index/DeclReferenceMap.cpp b/clang/lib/Index/DeclReferenceMap.cpp
index 841d7fb2fb7..95de2ea7d0a 100644
--- a/clang/lib/Index/DeclReferenceMap.cpp
+++ b/clang/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/clang/lib/Index/Entity.cpp b/clang/lib/Index/Entity.cpp
index c1d8702ea85..2620f88a958 100644
--- a/clang/lib/Index/Entity.cpp
+++ b/clang/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/clang/lib/Index/IndexProvider.cpp b/clang/lib/Index/IndexProvider.cpp
index 45719bb8e19..074a83d9a6f 100644
--- a/clang/lib/Index/IndexProvider.cpp
+++ b/clang/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/clang/lib/Index/Program.cpp b/clang/lib/Index/Program.cpp
index 22fad9f9644..807d18c6992 100644
--- a/clang/lib/Index/Program.cpp
+++ b/clang/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
//
OpenPOWER on IntegriCloud