diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:03:58 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:03:58 +0000 |
commit | 76dd1d91692bc8ca2a0f8e74a663ca2f191e2104 (patch) | |
tree | b8d0058c180079a40178e717bce32131d201fda3 /tools | |
parent | 6cd2bf886c49e9e2d8fbd1d387380cc02577bee1 (diff) | |
download | clang-76dd1d91692bc8ca2a0f8e74a663ca2f191e2104.tar.gz |
Add missing emacs major mode marker.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libclang/CursorVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CursorVisitor.h b/tools/libclang/CursorVisitor.h index aa6b6189a4..7cf75086b9 100644 --- a/tools/libclang/CursorVisitor.h +++ b/tools/libclang/CursorVisitor.h @@ -1,4 +1,4 @@ -//===- CursorVisitor.h - CursorVisitor interface --------------------------===// +//===- CursorVisitor.h - CursorVisitor interface ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |