From 7adcf292a1b151d25accced68d3a12b8e2e0c68c Mon Sep 17 00:00:00 2001 From: Erik Pilkington Date: Tue, 24 Jul 2018 00:07:49 +0000 Subject: NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have it https://llvm.org/docs/CodingStandards.html#file-headers llvm-svn: 337780 --- clang/lib/Format/Encoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Format/Encoding.h') diff --git a/clang/lib/Format/Encoding.h b/clang/lib/Format/Encoding.h index 404a443abcf..4c877e7e49d 100644 --- a/clang/lib/Format/Encoding.h +++ b/clang/lib/Format/Encoding.h @@ -1,4 +1,4 @@ -//===--- Encoding.h - Format C++ code -------------------------------------===// +//===--- Encoding.h - Format C++ code ---------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- cgit v1.2.3