summaryrefslogtreecommitdiffstats
path: root/clang/lib
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
commita02e11f31d9ecf087ce7e7c17f7b7c3e29112684 (patch)
tree0b5ac77a2dc9cead68c1aa343c5bb38608e0659b /clang/lib
parentb0ed34df15754897a589afe33a41132e64fe0710 (diff)
downloadbcm5719-llvm-a02e11f31d9ecf087ce7e7c17f7b7c3e29112684.tar.gz
bcm5719-llvm-a02e11f31d9ecf087ce7e7c17f7b7c3e29112684.zip
Documentation cleanup: escape "::" to avoid a Doxygen warning
llvm-svn: 158778
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGCXXABI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCXXABI.h b/clang/lib/CodeGen/CGCXXABI.h
index 3f2ed8657ab..33f9743f174 100644
--- a/clang/lib/CodeGen/CGCXXABI.h
+++ b/clang/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
OpenPOWER on IntegriCloud