diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-02-18 23:53:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-02-18 23:53:56 +0000 |
commit | 6ec3668a2608b63473207319f5ceff9bbd22ea51 (patch) | |
tree | 7e6ecc1b337dd577d5fd77345efe5ce18607fbf8 /lib/CodeGen/Mangle.h | |
parent | d55979238d90067fa0a9eb2730db969f93ab9bca (diff) |
Address Chris's comments regarding C++ name mangling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Mangle.h')
-rw-r--r-- | lib/CodeGen/Mangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Mangle.h b/lib/CodeGen/Mangle.h index 404f8bddb7..60a5113ccc 100644 --- a/lib/CodeGen/Mangle.h +++ b/lib/CodeGen/Mangle.h @@ -1,4 +1,4 @@ -//===---------------------- Mangle.h - Mangle C++ Names -------------------===// +//===--- Mangle.h - Mangle C++ Names ----------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |