aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-20 00:57:15 +0000
committerJames Dennett <jdennett@google.com>2012-06-20 00:57:15 +0000
commit5900103d6606edef5fc81bbac685fa3651f1b936 (patch)
treeea7a6b53c0547ab0fe53aaf13e346c5210920657 /lib/CodeGen
parent73dfdc04adf90d48ef0bb53369b4cfb850f0330c (diff)
Documentation cleanup: escape "::" to avoid a Doxygen warning
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CGCXXABI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCXXABI.h b/lib/CodeGen/CGCXXABI.h
index 3f2ed8657a..33f9743f17 100644
--- a/lib/CodeGen/CGCXXABI.h
+++ b/lib/CodeGen/CGCXXABI.h
@@ -201,7 +201,7 @@ public:
///
/// Several cases are filtered out before this method is called:
/// - non-array allocations never need a cookie
- /// - calls to ::operator new(size_t, void*) never need a cookie
+ /// - calls to \::operator new(size_t, void*) never need a cookie
///
/// \param ElementType - the allocated type of the expression,
/// i.e. the pointee type of the expression result type