[cfe-commits] r146236 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/Sema/builtins.c

Jonathan Sauer jonathan.sauer at gmx.de
Fri Dec 9 07:15:44 PST 2011


Hello,

> Author: rsmith
> Date: Thu Dec  8 20:04:48 2011
> New Revision: 146236
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=146236&view=rev
> Log:
> Replace the implementation of __builtin_constant_p (which was based on the GCC
> documentation) with one based on what GCC's __builtin_constant_p is actually
> intended to do (discovered by asking a friendly GCC developer).

Great work! How does this affect <http://llvm.org/bugs/show_bug.cgi?id=4898>?


Jonathan





More information about the cfe-commits mailing list