forked from OSchip/llvm-project
parent
8ee29d134e
commit
8d72f2aa3a
|
@ -30,8 +30,7 @@
|
||||||
using namespace clang;
|
using namespace clang;
|
||||||
|
|
||||||
/// getBinOpPrecedence - Return the precedence of the specified binary operator
|
/// getBinOpPrecedence - Return the precedence of the specified binary operator
|
||||||
/// token. This returns:
|
/// token.
|
||||||
///
|
|
||||||
static prec::Level getBinOpPrecedence(tok::TokenKind Kind,
|
static prec::Level getBinOpPrecedence(tok::TokenKind Kind,
|
||||||
bool GreaterThanIsOperator,
|
bool GreaterThanIsOperator,
|
||||||
bool CPlusPlus0x) {
|
bool CPlusPlus0x) {
|
||||||
|
|
Loading…
Reference in New Issue