[cfe-commits] r91515 - in /cfe/trunk: include/clang/Basic/Builtins.def test/Analysis/security-syntax-checks.m test/SemaObjC/newproperty-class-method-1.m test/SemaObjC/property-13.m test/SemaObjC/property-user-setter.m

Chris Lattner clattner at apple.com
Tue Dec 15 22:34:45 PST 2009


On Dec 15, 2009, at 10:28 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Wed Dec 16 00:28:21 2009
> New Revision: 91515
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=91515&view=rev
> Log:
> Add abort() as a builtin.  This has two effects: one, we warn for incorrect 
> declarations of abort(), and two, we mark it noreturn.  Missing the latter
> shows up in one of the "embarassing" tests (from the thread on llvmdev
> "detailed comparison of generated code size for LLVM and other compilers").

Nice!!

-Chris





More information about the cfe-commits mailing list