LGTM<br><br><div class="gmail_quote">On Thu, Mar 15, 2012 at 9:22 AM, Delesley Hutchins <span dir="ltr"><<a href="mailto:delesley@google.com">delesley@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This patch fixes a scoping issue where late parsed attributes didn't<br>
work correctly in nested classes, e.g.<br>
<br>
class Foo {<br>
  class Bar {<br>
    Mutex mu;<br>
    int a GUARDED_BY(mu);  // unexpected error -- can't find identifier mu.<br>
  };<br>
};<br>
<br>
<a href="http://codereview.appspot.com/5836044/" target="_blank">http://codereview.appspot.com/5836044/</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
DeLesley Hutchins | Software Engineer | <a href="mailto:delesley@google.com">delesley@google.com</a> | <a href="tel:505-206-0315" value="+15052060315">505-206-0315</a><br>
</font></span></blockquote></div><br>