summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Lexer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-30 23:11:03 +0000
committerChris Lattner <sabre@nondot.org>2010-08-30 23:11:03 +0000
commitdec7334218c83f1b690d14a0f3bd6c36db48ad05 (patch)
treeb1dc0af01c24d61f364f867d8459c1cbb9e0aebd /clang/lib/Lex/Lexer.cpp
parentf912a8e5685c8fc328d8183045dc33379eb5c46f (diff)
downloadbcm5719-llvm-dec7334218c83f1b690d14a0f3bd6c36db48ad05.tar.gz
bcm5719-llvm-dec7334218c83f1b690d14a0f3bd6c36db48ad05.zip
silence a warning
llvm-svn: 112549
Diffstat (limited to 'clang/lib/Lex/Lexer.cpp')
-rw-r--r--clang/lib/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp
index 118b618f2ad..98277a444f7 100644
--- a/clang/lib/Lex/Lexer.cpp
+++ b/clang/lib/Lex/Lexer.cpp
@@ -922,7 +922,7 @@ FinishIdentifier:
/// isHexaLiteral - Return true if Start points to a hex constant.
/// FIXME: This isn't correct, it will mislex:
-/// 0\
+/// 0\ <- escaped newline.
/// x1234e+1
/// in microsoft mode (where this is supposed to be several different tokens).
static inline bool isHexaLiteral(const char *Start, const char *End) {
OpenPOWER on IntegriCloud