[PATCH] Fix doxygen documentation for Loopconvert
Ariel Bernal
ariel.j.bernal at intel.com
Wed Feb 27 09:17:27 PST 2013
Hi revane,
Fixed missing endcode
http://llvm-reviews.chandlerc.com/D473
Files:
cpp11-migrate/LoopConvert/LoopActions.cpp
Index: cpp11-migrate/LoopConvert/LoopActions.cpp
===================================================================
--- cpp11-migrate/LoopConvert/LoopActions.cpp
+++ cpp11-migrate/LoopConvert/LoopActions.cpp
@@ -395,7 +395,7 @@
/// T t = *i;
/// // use t, do not use i
/// }
-/// \code
+/// \endcode
static bool isAliasDecl(const Decl *TheDecl, const VarDecl *IndexVar) {
const VarDecl *VDecl = dyn_cast<VarDecl>(TheDecl);
if (!VDecl)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D473.1.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130227/f89a9973/attachment.bin>
More information about the cfe-commits
mailing list