Replace C++0x in a comment with C++11

llvm-svn: 186287
This commit is contained in:
Craig Topper 2013-07-14 17:04:56 +00:00
parent 3195e25399
commit 122ec3a338
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
return prec::Unknown;
case tok::greatergreater:
// C++0x [temp.names]p3:
// C++11 [temp.names]p3:
//
// [...] Similarly, the first non-nested >> is treated as two
// consecutive but distinct > tokens, the first of which is