[cfe-commits] [PATCH] Fix analysis based warnings so that all warnings are emitted with -Werror.

Delesley Hutchins delesley at google.com
Tue Dec 4 20:02:41 PST 2012


This patch fixes analysis based warnings so that all warnings are
emitted when compiling with -Werror.  Previously, compiling with
-Werror would emit only the first warning in a compilation unit,
because clang assumes that once an error occurs, further analysis is
unlikely to return valid results.  However, warnings that have been
upgraded to errors should not be treated as "errors" in this sense.

-- 
DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-patch-multiple-error.patch
Type: application/octet-stream
Size: 3353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121204/0fc5800f/attachment.obj>


More information about the cfe-commits mailing list