silence a warning

llvm-svn: 112549
This commit is contained in:
Chris Lattner 2010-08-30 23:11:03 +00:00
parent f912a8e568
commit dec7334218
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ FinishIdentifier:
/// isHexaLiteral - Return true if Start points to a hex constant. /// isHexaLiteral - Return true if Start points to a hex constant.
/// FIXME: This isn't correct, it will mislex: /// FIXME: This isn't correct, it will mislex:
/// 0\ /// 0\ <- escaped newline.
/// x1234e+1 /// x1234e+1
/// in microsoft mode (where this is supposed to be several different tokens). /// in microsoft mode (where this is supposed to be several different tokens).
static inline bool isHexaLiteral(const char *Start, const char *End) { static inline bool isHexaLiteral(const char *Start, const char *End) {