[PATCH] Fix for Bug 7256 - clang++ should provide a fix-it hint for incorrect destructor declarations

Ismail Pazarbasi ismail.pazarbasi at gmail.com
Mon Feb 18 13:40:00 PST 2013


Hi,

I have made this a while ago, but didn't have a chance to submit it.

When an invalid destructor name is found within a class scope, a
fix-it hint will be issued to correct the destructor name so that it
matches the class name.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-for-Bug-7256-clang-should-provide-a-fix-it-hint-.patch
Type: application/octet-stream
Size: 1345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130218/ba70e19d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Test-for-fix-of-bug-7256-fix-it-hint-for-invalid-des.patch
Type: application/octet-stream
Size: 879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130218/ba70e19d/attachment-0001.obj>


More information about the cfe-commits mailing list