[cfe-commits] r158778 - /cfe/trunk/lib/CodeGen/CGCXXABI.h

James Dennett jdennett at google.com
Tue Jun 19 17:57:15 PDT 2012


Author: jdennett
Date: Tue Jun 19 19:57:15 2012
New Revision: 158778

URL: http://llvm.org/viewvc/llvm-project?rev=158778&view=rev
Log:
Documentation cleanup: escape "::" to avoid a Doxygen warning

Modified:
    cfe/trunk/lib/CodeGen/CGCXXABI.h

Modified: cfe/trunk/lib/CodeGen/CGCXXABI.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCXXABI.h?rev=158778&r1=158777&r2=158778&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCXXABI.h (original)
+++ cfe/trunk/lib/CodeGen/CGCXXABI.h Tue Jun 19 19:57:15 2012
@@ -201,7 +201,7 @@
   ///
   /// 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





More information about the cfe-commits mailing list