Test Commit for git-svn-cleanup comment.
authorErich Keane <erich.keane@intel.com>
Wed, 5 Sep 2018 17:14:21 +0000 (17:14 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 5 Sep 2018 17:14:21 +0000 (17:14 +0000)
Removes the class name for the Expr class, which isn't necessary.

llvm-svn: 341484

clang/include/clang/AST/Expr.h

index 474b796..11f30de 100644 (file)
@@ -99,10 +99,9 @@ struct SubobjectAdjustment {
   }
 };
 
-/// Expr - This represents one expression.  Note that Expr's are subclasses of
-/// Stmt.  This allows an expression to be transparently used any place a Stmt
-/// is required.
-///
+/// This represents one expression.  Note that Expr's are subclasses of Stmt.
+/// This allows an expression to be transparently used any place a Stmt is
+/// required.
 class Expr : public Stmt {
   QualType TR;