Moved fix-its from the notes to the error message.<br><br><div class="gmail_quote">On Fri, May 6, 2011 at 2:20 PM, Richard Trieu <span dir="ltr"><<a href="mailto:rtrieu@google.com">rtrieu@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">When improperly using "::" to nest namespaces, give a fix-it to correct it.  Parsing will also recover as if they were properly nested.<div>
<br></div><div>namespace foo::bar {</div><div>}</div><div><br></div><div>
Will result in a fix-it at "::" to change to " { namespace " and an additional right bracket at the end.</div><div><br></div><div>Patch attached and available through Code Review:</div><div><a href="http://codereview.appspot.com/4452052/" target="_blank">http://codereview.appspot.com/4452052/</a></div>

</blockquote></div><br>