commit | 8d72f2aa3aea41a041ccc9c83fdf54d6df43337f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 19 05:07:24 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 19 05:07:24 2010 +0000 |
tree | f511d9fc06faa26a1cb0397d772bd660dfa2f42a | |
parent | 8ee29d134e9234ab44c20dc7b0f634725405b339 [diff] [blame] |
tidy up comment. llvm-svn: 108676
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index e7973f7..40748a7 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -30,8 +30,7 @@ using namespace clang; /// getBinOpPrecedence - Return the precedence of the specified binary operator -/// token. This returns: -/// +/// token. static prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus0x) {