forked from OSchip/llvm-project
parent
f912a8e568
commit
dec7334218
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue