diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-19 05:07:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-19 05:07:24 +0000 |
commit | dfe503e4c23af167400ccc8f90e8aa82ac0e5ac4 (patch) | |
tree | 4eae7b822099149a8d07fc8ebf53331f0e4ca472 /lib/Parse/ParseExpr.cpp | |
parent | 1c2ab11bc5c72e03f27e5689c7432e879b425d06 (diff) |
tidy up comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseExpr.cpp')
-rw-r--r-- | lib/Parse/ParseExpr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |