commit | 7adcf292a1b151d25accced68d3a12b8e2e0c68c | [log] [tgz] |
---|---|---|
author | Erik Pilkington <erik.pilkington@gmail.com> | Tue Jul 24 00:07:49 2018 +0000 |
committer | Erik Pilkington <erik.pilkington@gmail.com> | Tue Jul 24 00:07:49 2018 +0000 |
tree | 5a090b82f121bce62cdc28e1c2be0e6ce2676f01 | |
parent | 6188a42592f134697d54eb400f04ac9eff8ef7e6 [diff] [blame] |
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
diff --git a/clang/lib/Format/BreakableToken.h b/clang/lib/Format/BreakableToken.h index d9713be..0fac8f0 100644 --- a/clang/lib/Format/BreakableToken.h +++ b/clang/lib/Format/BreakableToken.h
@@ -1,4 +1,4 @@ -//===--- BreakableToken.h - Format C++ code -------------------------------===// +//===--- BreakableToken.h - Format C++ code ---------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure //