[cfe-commits] [PATCH] Touch up some comments in libclang's Index.h

Chris Pick llvm at chrispick.com
Sun Nov 7 00:03:27 PDT 2010


I noticed some discrepancies in libclang's Index.h comments.  These were
largely just little things like misnamed or extra parameters in the
comments, but I figured they could be fixed.

I wasn't sure whether removing end of line whitespace was along the same
lines as changing a whole bunch of tabs to spaces (as mentioned here
http://llvm.org/docs/CodingStandards.html#scf_spacestabs) or whether anyone
even cares, so I've attached one patch that leaves the spaces alone
(libclangindexcomments.patch) and one that removes them
(libclangindexcomments-rmeolspace.patch).

Hopefully these are helpful, -Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101107/278f3827/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libclangindexcomments.patch
Type: text/x-patch
Size: 2938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101107/278f3827/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libclangindexcomments-rmeolspace.patch
Type: text/x-patch
Size: 24745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101107/278f3827/attachment-0001.bin>


More information about the cfe-commits mailing list