[cfe-commits] [PATCH] Bug 6484 - Improve diagnostics for dangling '}'

Jason Switzer jswitzer at gmail.com
Sun Jan 15 07:55:27 PST 2012


Attached is a patch for bug 6464
(http://llvm.org/bugs/show_bug.cgi?id=6484). This adds to the existing
error message to indicate there may be a stray/extraneous closing
brace ('}'). It also updates the 2 test cases I found (all tests
pass).

This is my first patch to clang/llvm. I hope to make more of these
types of bug fixes until I become comfortable; let me know if I am
doing things incorrectly so that I can correct it for future patches.

-Jason "s1n" Switzer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug6484.patch
Type: text/x-patch
Size: 1688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120115/160f837f/attachment.bin>


More information about the cfe-commits mailing list