From: Chris Lattner Date: Mon, 19 Jul 2010 05:07:24 +0000 (+0000) Subject: tidy up comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfe503e4c23af167400ccc8f90e8aa82ac0e5ac4;p=clang tidy up comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108676 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp index e7973f73ea..40748a7019 100644 --- a/lib/Parse/ParseExpr.cpp +++ b/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) {