]> granicus.if.org Git - clang/commit
Lexer: always allow imaginary constants in GNU mode.
authorTim Northover <tnorthover@apple.com>
Tue, 8 Aug 2017 22:03:54 +0000 (22:03 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 8 Aug 2017 22:03:54 +0000 (22:03 +0000)
commit7e859c0fd66b5d9e54d113974ed9bfd8098980ba
tree42eca81cfff0eea3fdeed888ebb4352f474c9783
parent0e34f999da1f405c24ff6cb7592f2dee218f8f88
Lexer: always allow imaginary constants in GNU mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/LiteralSupport.cpp
test/Lexer/imaginary-constants.cpp [new file with mode: 0644]
test/SemaCXX/constexpr-printing.cpp
unittests/AST/DeclTest.cpp