OSDN Git Service

[Lexer] Fix invalid suffix diagnostic for fixed-point literals
authorLeonard Chan <leonardchan@google.com>
Wed, 27 May 2020 23:16:56 +0000 (16:16 -0700)
committerLeonard Chan <leonardchan@google.com>
Wed, 27 May 2020 23:16:56 +0000 (16:16 -0700)
commitef37444058550b0f49441b994c9e9368d8e42da8
tree5d22c87982f3f1a7a2b5e3a57665bc31afca7f55
parent5e007fe9980cc44e9c4a14c9baf3bdfb012d2c18
[Lexer] Fix invalid suffix diagnostic for fixed-point literals

Committing on behalf of nagart, who authored this patch.

Differential Revision: https://reviews.llvm.org/D80412
clang/include/clang/Basic/DiagnosticLexKinds.td
clang/include/clang/Lex/LiteralSupport.h
clang/lib/Lex/LiteralSupport.cpp
clang/test/Frontend/fixed_point_errors.c