diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 15:56:48 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 15:56:48 +0000 |
commit | 7af924839140d185e4da9fa5f86a01163b0691c0 (patch) | |
tree | 30eb1d3043b6ed4a96a02fccec8ef3ac456e4e0b | |
parent | 090c0a2ffd0e3374ca55e964773c44ae2a3c80e7 (diff) |
Add C++ marker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Format.h b/include/llvm/Support/Format.h index 74358560bc..2ab097faf5 100644 --- a/include/llvm/Support/Format.h +++ b/include/llvm/Support/Format.h @@ -1,4 +1,4 @@ -//===--- Format.h - Efficient printf-style formatting for streams etc -----===// +//===- Format.h - Efficient printf-style formatting for streams -*- C++ -*-===// // // The LLVM Compiler Infrastructure // |