]> granicus.if.org Git - clang/commit
Make __LDBL_MAX__ etc. have the correct type on targets where long double/double...
authorEli Friedman <eli.friedman@gmail.com>
Sat, 10 Nov 2012 00:20:38 +0000 (00:20 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 10 Nov 2012 00:20:38 +0000 (00:20 +0000)
commit75e8efef960a5e8b94a7e289088e5e7cabe728bd
tree1988451374ca3abde9d8361b6aa19f87ccfc4906
parent87da0b757638011ce84fd57f72e15b20bb523b19
Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format.  PR14285.

Based on patch by Jeroen Dobbelaere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/init.c