[PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.

Michael Han fragmentshaders at gmail.com
Wed Sep 11 08:57:37 PDT 2013


Thank you for review. Committed as r190528.


On Wed, Sep 11, 2013 at 4:21 AM, Manuel Klimek <klimek at google.com> wrote:

>
>   lg for the testing side, with the grammar updates :)
>
>
> ================
> Comment at: unittests/Tooling/RecursiveASTVisitorTest.cpp:158
> @@ -146,1 +157,3 @@
>
> +// Test RAV visits parameter variable declaration of implicit
> +// copy assignment operator.
> ----------------
> of *the* implicit?
>
> ================
> Comment at: unittests/Tooling/RecursiveASTVisitorTest.cpp:165
> @@ +164,3 @@
> +  // same SourceLocation with its class declaration, so we match an empty
> name
> +  // with class source location here.
> +  Visitor.ExpectMatch("", 1, 7);
> ----------------
> I'd say "with the class' source location"
>
>
> http://llvm-reviews.chandlerc.com/D958
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130911/095306d9/attachment.html>


More information about the cfe-commits mailing list