[cfe-commits] r149008 - in /cfe/trunk: lib/StaticAnalyzer/Checkers/CMakeLists.txt lib/StaticAnalyzer/Checkers/Checkers.td lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp test/Analysis/CFContainers.mm
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jan 25 18:27:08 PST 2012
> error: 'warning' diagnostics expected but not seen:
> Line 96: The first argument to 'CFArrayCreate' must be a C array of
> pointer-sized
> Line 102: The first argument to 'CFSetCreate' must be a C array of
> pointer-sized values
> Line 125: The second argument to 'CFDictionaryCreate' must be a C
> array of pointer-sized values
> 3 errors generated.
Anna, it seems they might be 32bit-incompatible.
They can be reproduced with "-triple i686-darwin".
...Takumi
More information about the cfe-commits
mailing list