Revert "Lexer: always allow imaginary constants in GNU mode."
authorTim Northover <tnorthover@apple.com>
Tue, 8 Aug 2017 23:17:51 +0000 (23:17 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 8 Aug 2017 23:17:51 +0000 (23:17 +0000)
commitd1fafc8b0569b1cef000e1063657e2752f41ecb4
treedcbd9648de59e25bccb8b201d6ed11f220501dc6
parent8dd90fb54b2b0c1fd0209ecbbd78c242863e2aa8
Revert "Lexer: always allow imaginary constants in GNU mode."

This reverts r310423. It was committed by mistake, I intended to commit the
improved diagnostics for implicit conversions instead.

llvm-svn: 310426
clang/lib/Lex/LiteralSupport.cpp
clang/test/Lexer/imaginary-constants.cpp [deleted file]
clang/test/SemaCXX/constexpr-printing.cpp
clang/unittests/AST/DeclTest.cpp