aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Lex/Lexer.cpp')
-rw-r--r--lib/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp
index 118b618f2a..98277a444f 100644
--- a/lib/Lex/Lexer.cpp
+++ b/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) {