[cfe-commits] r162684 - /cfe/trunk/include/clang/AST/Stmt.h
Chad Rosier
mcrosier at apple.com
Mon Aug 27 11:16:34 PDT 2012
Author: mcrosier
Date: Mon Aug 27 13:16:34 2012
New Revision: 162684
URL: http://llvm.org/viewvc/llvm-project?rev=162684&view=rev
Log:
Update comment, per Jordan's suggestion.
Modified:
cfe/trunk/include/clang/AST/Stmt.h
Modified: cfe/trunk/include/clang/AST/Stmt.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=162684&r1=162683&r2=162684&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/trunk/include/clang/AST/Stmt.h Mon Aug 27 13:16:34 2012
@@ -1363,7 +1363,7 @@
}
};
-/// GCCAsmStmt - This represents a GCC inline-assembly statement extension.
+/// This represents a GCC inline-assembly statement extension.
///
class GCCAsmStmt : public Stmt {
SourceLocation AsmLoc, RParenLoc;
@@ -1612,7 +1612,7 @@
}
};
-/// MSAsmStmt - This represents a Microsoft inline-assembly statement extension.
+/// This represents a Microsoft inline-assembly statement extension.
///
class MSAsmStmt : public Stmt {
SourceLocation AsmLoc, LBraceLoc, EndLoc;
More information about the cfe-commits
mailing list