[cfe-commits] [patch] Change return type of CommentHandler::HandleComment() from bool to void

Nico Weber thakis at chromium.org
Sun Nov 11 19:02:17 PST 2012


Hi,

CommentHandler::HandleComment() returns bool, but all implementers
return false. The attached patch changes the return type to void,
which makes it possible to delete minor amounts of code.

Nico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-pp-comment-void.patch
Type: application/octet-stream
Size: 6602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121111/9f772d02/attachment.obj>


More information about the cfe-commits mailing list