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

Chris Lattner clattner at apple.com
Fri Sep 10 13:58:56 PDT 2010


On Sep 9, 2010, at 11:27 PM, Douglas Gregor wrote:

> Author: dgregor
> Date: Fri Sep 10 01:27:15 2010
> New Revision: 113580
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=113580&view=rev
> Log:
> Support strlen() and __builtin_strlen() as constant expressions with
> the call argument is a string literal. Fixes
> <rdar://problem/8413477>.

Cool, please add this as a case in InternalsManual.html#Constants -> Extensions.

-Chris



More information about the cfe-commits mailing list