On Sep 16, 2013, at 10:55 AM, Aaron Ballman <[email protected]> wrote:

> It does have to be an identifier, because if it's a string literal,
> "isArgIdent" will return false.

Oh, right. Looks like it's just the comment that was wrong.. (I meant that it 
does not have to be a resolved identifier.)

>  Do we have existing code that is
> using string literals?
> 
> ~Aaron
> 
> On Mon, Sep 16, 2013 at 1:46 PM, Anna Zaks <[email protected]> wrote:
>> -      << AL.getName()->getName() << 1 << AANT_ArgumentString;

>> +      << AL.getName() << 1 << AANT_ArgumentIdentifier;
>> 
>> I do think the first argument does not have to be an identifier. (I might 
>> have been a bit vague in one of the previous emails - I was describing a 
>> hypothetical case.)
>> 
>> Otherwise, looks good tome.
>> 
>> Anna.
>> On Sep 16, 2013, at 10:38 AM, Aaron Ballman <[email protected]> wrote:
>> 
>>> I noticed that the ownership attributes have no tests in sema, and
>>> that some of the functionality was not diagnosing errors as expected.
>>> This patch refactors ownership attribute semantic handling, and adds
>>> test cases for the functionality so future refactorings do not
>>> accidentally regress the behavior further.
>>> 
>>> ~Aaron
>>> <Ownership.patch>
>> 

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to