[cfe-commits] [Patch] Add checking for '(' after '::' - fixes crash as reported in PR11852

Richard Trieu rtrieu at google.com
Fri Oct 5 14:18:27 PDT 2012


Clang was crashing when encountering a '(' after '::'.  This patch will
allow Clang to detect this code, remove the parens from the token stream,
and emit an error with a fix it.  This will fix PR11852.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121005/31376912/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: colon-colon-paren.patch
Type: application/octet-stream
Size: 4380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121005/31376912/attachment.obj>


More information about the cfe-commits mailing list