Eli Friedman
0718591771
Adjust clang for change to APFloat::toString.
...
I changed the diagnostic printing code because it's probably better
to cut off a digit from DBL_MAX than to print something like
1.300000001 when the user wrote 1.3.
llvm-svn: 189625
2013-08-29 23:44:43 +00:00
Benjamin Kramer
8a52676b85
StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers.
...
Based on a patch by Olaf Krzikalla, UDL fixes by me.
llvm-svn: 164303
2012-09-20 14:07:17 +00:00
Argyrios Kyrtzidis
6062da47b8
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
...
numberWithBool:/numberWithInteger:/numberWithUnsignedInteger: NSNumber selectors.
rdar://11428703
llvm-svn: 156583
2012-05-10 23:12:03 +00:00
NAKAMURA Takumi
9a66002356
clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. mingw32 tends to define built-in __declspec.
...
llvm-svn: 155911
2012-05-01 10:52:06 +00:00
NAKAMURA Takumi
8701d38c93
clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278.
...
llvm-svn: 155417
2012-04-24 01:19:04 +00:00
Fariborz Jahanian
440b524b46
minor improvement to couple of tests.
...
llvm-svn: 155204
2012-04-20 17:07:07 +00:00
Patrick Beard
0caa39474b
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
...
llvm-svn: 155082
2012-04-19 00:25:12 +00:00