[cfe-commits] r158501 - /cfe/trunk/lib/CodeGen/CGCXXABI.h
James Dennett
jdennett at google.com
Fri Jun 15 00:35:42 PDT 2012
Author: jdennett
Date: Fri Jun 15 02:35:42 2012
New Revision: 158501
URL: http://llvm.org/viewvc/llvm-project?rev=158501&view=rev
Log:
Documentation fixes: Added \brief markup and fixed some formatting.
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=158501&r1=158500&r2=158501&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCXXABI.h (original)
+++ cfe/trunk/lib/CodeGen/CGCXXABI.h Fri Jun 15 02:35:42 2012
@@ -38,7 +38,7 @@
class CodeGenFunction;
class CodeGenModule;
-/// Implements C++ ABI-specific code generation functions.
+/// \brief Implements C++ ABI-specific code generation functions.
class CGCXXABI {
protected:
CodeGenModule &CGM;
@@ -251,7 +251,9 @@
///
/// \param ptr - a pointer to the allocation made for an array, as a char*
/// \param cookieSize - the computed cookie size of an array
+ ///
/// Other parameters are as above.
+ ///
/// \return a size_t
virtual llvm::Value *readArrayCookieImpl(CodeGenFunction &IGF,
llvm::Value *ptr,
More information about the cfe-commits
mailing list