summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/AST/Stmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/Stmt.h b/clang/include/clang/AST/Stmt.h
index 35de2e3462b..fa068bb8ffe 100644
--- a/clang/include/clang/AST/Stmt.h
+++ b/clang/include/clang/AST/Stmt.h
@@ -1363,7 +1363,7 @@ public:
}
};
-/// 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 @@ public:
}
};
-/// 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;
OpenPOWER on IntegriCloud