Go to file
Ted Kremenek 8d968ad5c0 Move -Wcovered-switch-default out of -Wswitch (and -Wall), and make it an opt-in warning.
This is a great warning, but it was observed that a ton of real world code violates
it all the time for (semi-)legitimate reasons.  This warnings is fairly pedantic, which is good,
but not for everyone.  For example, there is a fair amount of idiomatic code out there
that does "default: abort()", and similar idioms.

Addresses <rdar://problem/10814651>.

llvm-svn: 150055
2012-02-08 05:08:58 +00:00
clang Move -Wcovered-switch-default out of -Wswitch (and -Wall), and make it an opt-in warning. 2012-02-08 05:08:58 +00:00
compiler-rt [asan] better warning messages for double-free bugs (provide allocation/deallocation stack traces) 2012-02-08 00:42:29 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc
libcxx Make attributes on definition consistent with those on declaration. 2012-02-03 18:31:43 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms 2012-02-07 02:59:54 +00:00
lldb Fixed ClangExpressionDeclMap to use the debug 2012-02-08 03:45:08 +00:00
llvm [fast-isel] Add support for SUBs with non-legal types. 2012-02-08 02:45:44 +00:00
polly RegisterPasses: Make sure to always execute the SCoPInfo pass 2012-02-06 14:53:51 +00:00