From 5900103d6606edef5fc81bbac685fa3651f1b936 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Wed, 20 Jun 2012 00:57:15 +0000 Subject: [PATCH] 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 --- lib/CodeGen/CGCXXABI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0