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><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://codereview.appspot.com/4452052/">http://codereview.appspot.com/4452052/</a></div>