[cfe-commits] r156653 - in /cfe/trunk: lib/Sema/SemaChecking.cpp test/Sema/format-strings.c

Matt Beaumont-Gay matthewbg at google.com
Fri May 11 15:28:54 PDT 2012


For the record:

    Fix some -Wformat false negatives.

    We weren't previously looking through initializers of the form
      char fmt[] = { "foo" };
    which caused us to skip -Wformat checks for those strings.

On Fri, May 11, 2012 at 3:26 PM, Matt Beaumont-Gay <matthewbg at google.com> wrote:
> On Fri, May 11, 2012 at 3:19 PM, Chandler Carruth <chandlerc at google.com> wrote:
>> On Fri, May 11, 2012 at 3:10 PM, Matt Beaumont-Gay <matthewbg at google.com>
>> wrote:
>>>
>>> Author: matthewbg
>>> Date: Fri May 11 17:10:59 2012
>>> New Revision: 156653
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=156653&view=rev
>>> Log:
>>> Merge branch 'format-string-braced-init'
>>
>>
>> I'm almost disappointed we didn't get something more humorous
>> / embarrassing from the git side of your git-svn commit log. ;]
>
> /me mumbles something about the "I have no idea what I'm doing" dog
> and "matthewbg using git"




More information about the cfe-commits mailing list