[cfe-commits] r148324 - in /cfe/trunk: include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaExprObjC.cpp test/SemaObjC/format-strings-objc.m

Chris Lattner clattner at apple.com
Mon Jan 30 09:59:27 PST 2012


On Jan 30, 2012, at 8:37 AM, Nico Weber wrote:

> Cool!
> 
> One thing that this warned on in the chromium source was:
> 
> ../../webkit/plugins/npapi/plugin_web_event_converter_mac.mm:213:37:
> error: format specifies type 'wchar_t *' (aka 'wchar_t *') but the

Unrelated to the root issue, but why are we aka'ing to the same type?

-Chris



More information about the cfe-commits mailing list