Author: epilk Date: Mon Jul 23 17:07:49 2018 New Revision: 337780 URL: http://llvm.org/viewvc/llvm-project?rev=337780&view=rev Log: NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have it
https://llvm.org/docs/CodingStandards.html#file-headers Modified: cfe/trunk/include/clang/AST/TypeOrdering.h cfe/trunk/include/clang/Basic/CharInfo.h cfe/trunk/include/clang/CodeGen/SwiftCallingConv.h cfe/trunk/include/clang/Frontend/LayoutOverrideSource.h cfe/trunk/include/clang/Frontend/SerializedDiagnosticPrinter.h cfe/trunk/include/clang/Index/IndexDataConsumer.h cfe/trunk/include/clang/Index/IndexSymbol.h cfe/trunk/include/clang/Index/IndexingAction.h cfe/trunk/include/clang/Index/USRGeneration.h cfe/trunk/include/clang/Sema/SemaFixItUtils.h cfe/trunk/lib/Basic/Targets.h cfe/trunk/lib/Basic/Targets/Sparc.h cfe/trunk/lib/Format/BreakableToken.h cfe/trunk/lib/Format/Encoding.h Modified: cfe/trunk/include/clang/AST/TypeOrdering.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TypeOrdering.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/TypeOrdering.h (original) +++ cfe/trunk/include/clang/AST/TypeOrdering.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===-------------- TypeOrdering.h - Total ordering for types -------------===// +//===-------------- TypeOrdering.h - Total ordering for types ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Basic/CharInfo.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/CharInfo.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Basic/CharInfo.h (original) +++ cfe/trunk/include/clang/Basic/CharInfo.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- clang/Basic/CharInfo.h - Classifying ASCII Characters ------------===// +//===--- clang/Basic/CharInfo.h - Classifying ASCII Characters --*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/CodeGen/SwiftCallingConv.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/CodeGen/SwiftCallingConv.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/CodeGen/SwiftCallingConv.h (original) +++ cfe/trunk/include/clang/CodeGen/SwiftCallingConv.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//==-- SwiftCallingConv.h - Swift ABI lowering -----------------------------==// +//==-- SwiftCallingConv.h - Swift ABI lowering ------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Frontend/LayoutOverrideSource.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/LayoutOverrideSource.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Frontend/LayoutOverrideSource.h (original) +++ cfe/trunk/include/clang/Frontend/LayoutOverrideSource.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- LayoutOverrideSource.h --Override Record Layouts -----------------===// +//===--- LayoutOverrideSource.h --Override Record Layouts -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Frontend/SerializedDiagnosticPrinter.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/SerializedDiagnosticPrinter.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Frontend/SerializedDiagnosticPrinter.h (original) +++ cfe/trunk/include/clang/Frontend/SerializedDiagnosticPrinter.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- SerializedDiagnosticPrinter.h - Serializer for diagnostics -------===// +//===--- SerializedDiagnosticPrinter.h - Diagnostics serializer -*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Index/IndexDataConsumer.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/IndexDataConsumer.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Index/IndexDataConsumer.h (original) +++ cfe/trunk/include/clang/Index/IndexDataConsumer.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- IndexDataConsumer.h - Abstract index data consumer ---------------===// +//===--- IndexDataConsumer.h - Abstract index data consumer -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Index/IndexSymbol.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/IndexSymbol.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Index/IndexSymbol.h (original) +++ cfe/trunk/include/clang/Index/IndexSymbol.h Mon Jul 23 17:07:49 2018 @@ -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 // Modified: cfe/trunk/include/clang/Index/IndexingAction.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/IndexingAction.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Index/IndexingAction.h (original) +++ cfe/trunk/include/clang/Index/IndexingAction.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- IndexingAction.h - Frontend index action -------------------------===// +//===--- IndexingAction.h - Frontend index action ---------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Index/USRGeneration.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/USRGeneration.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Index/USRGeneration.h (original) +++ cfe/trunk/include/clang/Index/USRGeneration.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===- USRGeneration.h - Routines for USR generation ----------------------===// +//===- USRGeneration.h - Routines for USR generation ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/include/clang/Sema/SemaFixItUtils.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/SemaFixItUtils.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/include/clang/Sema/SemaFixItUtils.h (original) +++ cfe/trunk/include/clang/Sema/SemaFixItUtils.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- SemaFixItUtils.h - Sema FixIts -----------------------------------===// +//===--- SemaFixItUtils.h - Sema FixIts -------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/lib/Basic/Targets.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/lib/Basic/Targets.h (original) +++ cfe/trunk/lib/Basic/Targets.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===------- Targets.h - Declare target feature support -------------------===// +//===------- Targets.h - Declare target feature support ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/lib/Basic/Targets/Sparc.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets/Sparc.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/lib/Basic/Targets/Sparc.h (original) +++ cfe/trunk/lib/Basic/Targets/Sparc.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- Sparc.h - Declare Sparc target feature support -------------------===// +//===--- Sparc.h - declare sparc target feature support ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/lib/Format/BreakableToken.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/BreakableToken.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/lib/Format/BreakableToken.h (original) +++ cfe/trunk/lib/Format/BreakableToken.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- BreakableToken.h - Format C++ code -------------------------------===// +//===--- BreakableToken.h - Format C++ code ---------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // Modified: cfe/trunk/lib/Format/Encoding.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/Encoding.h?rev=337780&r1=337779&r2=337780&view=diff ============================================================================== --- cfe/trunk/lib/Format/Encoding.h (original) +++ cfe/trunk/lib/Format/Encoding.h Mon Jul 23 17:07:49 2018 @@ -1,4 +1,4 @@ -//===--- Encoding.h - Format C++ code -------------------------------------===// +//===--- Encoding.h - Format C++ code ---------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits