[PATCH] Removing some thread safety custom parsing

Aaron Ballman aaron at aaronballman.com
Wed Sep 4 10:40:26 PDT 2013


Drat!  I knew it was too good to be true.  ;-)  Thanks!

~Aaron

On Wed, Sep 4, 2013 at 1:28 PM, Richard Smith <richard at metafoo.co.uk> wrote:
>
> On 4 Sep 2013 10:16, "Aaron Ballman" <aaron at aaronballman.com> wrote:
>>
>> With the refactorings that have been happening for attribute parsing,
>> it seems this piece of custom parsing logic for thread safety analysis
>> can go away.  The only real modification here is the updated test case
>> which provides a definition for two functions; I wanted to make sure I
>> was not subverting the intention of the test.
>
> Sadly, you are. We need the unevaluated context around the expression
> parsing here. But I suspect most of the duplication can still be factored
> out.



More information about the cfe-commits mailing list