This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] RFC: spellchecker for comments, plus -Wfixme and -Wtodo
- From: Mike Stump <mikestump at comcast dot net>
- To: David Malcolm <dmalcolm at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 2 May 2017 14:11:09 -0700
- Subject: Re: [PATCH] RFC: spellchecker for comments, plus -Wfixme and -Wtodo
- Authentication-results: sourceware.org; auth=none
- References: <1493752081-6774-1-git-send-email-dmalcolm@redhat.com>
On May 2, 2017, at 12:08 PM, David Malcolm <dmalcolm@redhat.com> wrote:
>
> As a proof of concept, the patch uses this to add a spellchecker
> for comments.
:-)
> I didn't bother with the autotool detection for enchant, and
> just hacked it in for now.
Only other comment would be, rather then requiring it, would be nice to make it optional. I can host gcc in an environment that is a bare metal target on newlib. autoconf can smell it, and tell that a ton of things are missing.