[cfe-commits] r113580 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/Sema/constant-builtins-2.c
Douglas Gregor
dgregor at apple.com
Sat Sep 11 11:09:49 PDT 2010
On Sep 10, 2010, at 1:58 PM, Chris Lattner wrote:
>
> 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.
Ah, missed that. r113699.
- Doug
More information about the cfe-commits
mailing list