Skip to content
Commit 8ecd491e authored by DeLesley Hutchins's avatar DeLesley Hutchins
Browse files

Fix 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.

llvm-svn: 169649
parent 05e0ad59
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment