[PATCH] Removing some thread safety custom parsing

Richard Smith richard at metafoo.co.uk
Wed Sep 4 10:28:12 PDT 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130904/7550219e/attachment.html>


More information about the cfe-commits mailing list