NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have it
authorErik Pilkington <erik.pilkington@gmail.com>
Tue, 24 Jul 2018 00:07:49 +0000 (00:07 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Tue, 24 Jul 2018 00:07:49 +0000 (00:07 +0000)
https://llvm.org/docs/CodingStandards.html#file-headers

llvm-svn: 337780

14 files changed:
clang/include/clang/AST/TypeOrdering.h
clang/include/clang/Basic/CharInfo.h
clang/include/clang/CodeGen/SwiftCallingConv.h
clang/include/clang/Frontend/LayoutOverrideSource.h
clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
clang/include/clang/Index/IndexDataConsumer.h
clang/include/clang/Index/IndexSymbol.h
clang/include/clang/Index/IndexingAction.h
clang/include/clang/Index/USRGeneration.h
clang/include/clang/Sema/SemaFixItUtils.h
clang/lib/Basic/Targets.h
clang/lib/Basic/Targets/Sparc.h
clang/lib/Format/BreakableToken.h
clang/lib/Format/Encoding.h

index 5f16969..d29dd6d 100644 (file)
@@ -1,4 +1,4 @@
-//===-------------- TypeOrdering.h - Total ordering for types -------------===//
+//===-------------- TypeOrdering.h - Total ordering for types ---*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index be49f36..e6c5e90 100644 (file)
@@ -1,4 +1,4 @@
-//===--- clang/Basic/CharInfo.h - Classifying ASCII Characters ------------===//
+//===--- clang/Basic/CharInfo.h - Classifying ASCII Characters --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a5ea900..45b3145 100644 (file)
@@ -1,4 +1,4 @@
-//==-- SwiftCallingConv.h - Swift ABI lowering -----------------------------==//
+//==-- SwiftCallingConv.h - Swift ABI lowering ------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f7a5c87..0b7f7dc 100644 (file)
@@ -1,4 +1,4 @@
-//===--- LayoutOverrideSource.h --Override Record Layouts -----------------===//
+//===--- LayoutOverrideSource.h --Override Record Layouts -------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 2906a6f..dc68c32 100644 (file)
@@ -1,4 +1,4 @@
-//===--- SerializedDiagnosticPrinter.h - Serializer for diagnostics -------===//
+//===--- SerializedDiagnosticPrinter.h - Diagnostics serializer -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 8115b04..6e11455 100644 (file)
@@ -1,4 +1,4 @@
-//===--- IndexDataConsumer.h - Abstract index data consumer ---------------===//
+//===--- IndexDataConsumer.h - Abstract index data consumer -----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1e8439e..0687961 100644 (file)
@@ -1,4 +1,4 @@
-//===--- IndexSymbol.h - Types and functions for indexing symbols ---------===//
+//===- IndexSymbol.h - Types and functions for indexing symbols -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 64496a2..0d09c40 100644 (file)
@@ -1,4 +1,4 @@
-//===--- IndexingAction.h - Frontend index action -------------------------===//
+//===--- IndexingAction.h - Frontend index action ---------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 4ff142a..1ece321 100644 (file)
@@ -1,4 +1,4 @@
-//===- USRGeneration.h - Routines for USR generation ----------------------===//
+//===- USRGeneration.h - Routines for USR generation ------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 343ccfb..84dc587 100644 (file)
@@ -1,4 +1,4 @@
-//===--- SemaFixItUtils.h - Sema FixIts -----------------------------------===//
+//===--- SemaFixItUtils.h - Sema FixIts -------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 6fc967d..d450aa3 100644 (file)
@@ -1,4 +1,4 @@
-//===------- Targets.h - Declare target feature support -------------------===//
+//===------- Targets.h - Declare target feature support ---------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 674a9cc..af2189f 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Sparc.h - Declare Sparc target feature support -------------------===//
+//===--- Sparc.h - declare sparc target feature support ---------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index d9713be..0fac8f0 100644 (file)
@@ -1,4 +1,4 @@
-//===--- BreakableToken.h - Format C++ code -------------------------------===//
+//===--- BreakableToken.h - Format C++ code ---------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 404a443..4c877e7 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Encoding.h - Format C++ code -------------------------------------===//
+//===--- Encoding.h - Format C++ code ---------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //