[cfe-commits] r155082 - in /cfe/trunk: docs/ include/clang/AST/ include/clang/Basic/ include/clang/Parse/ include/clang/Sema/ include/clang/Serialization/ lib/AST/ lib/CodeGen/ lib/Lex/ lib/Parse/ lib/Rewrite/ lib/Sema/ lib/Serialization/ lib/StaticAnalyzer/Core/ test/CodeGenObjC/ test/Parser/ test/Rewriter/ test/SemaObjC/ test/SemaTemplate/ tools/libclang/
Jordy Rose
jediknil at belkadan.com
Thu Apr 19 12:30:55 PDT 2012
I can't build a fresh copy of clang right now, but doesn't this mean that @INT_MIN /will/ work now? The docs as they are now imply that you'd have to write @(INT_MIN).
If only this were taken /out/ of 3.1...then that whole section could be cut, and both @INT_MIN and @INT_MAX would Just Workâ˘.
Finally, the grammar additions at the end don't include boxed expressions yet.
On Apr 18, 2012, at 20:25, Patrick Beard wrote:
> Author: pcbeard
> Date: Wed Apr 18 19:25:12 2012
> New Revision: 155082
>
> URL: http://llvm.org/viewvc/llvm-project?rev=155082&view=rev
> Log:
> Implements boxed expressions for Objective-C. <rdar://problem/10194391>
More information about the cfe-commits
mailing list