Go to file
Ted Kremenek a33b078e73 Tweak insecureAPI analyzer checks to have the ability to be individually disabled.
The solution is a bit inefficient: it creates N checkers, one for each check, and
each check does a dispatch on the function name.  This is redundant, but we can fix
this once we have the proper ability to enable/disable subchecks.

Fixes <rdar://problem/11780180>.

llvm-svn: 159459
2012-06-29 20:44:58 +00:00
clang Tweak insecureAPI analyzer checks to have the ability to be individually disabled. 2012-06-29 20:44:58 +00:00
compiler-rt tsan/asan: third try on msvc atomics 2012-06-29 18:37:45 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) 2012-06-28 16:47:34 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Fix CMake build to use target_link_libraries. Patch by Sidney Manning! 2012-06-25 21:42:38 +00:00
lldb Make 'watchpoint set' default to write instead of read_write. 2012-06-29 19:35:01 +00:00
llvm CodeGenPrepare: Don't crash when TLI is not available. 2012-06-29 19:58:21 +00:00
polly Speculative update to Polly for LLVM r159421 which moved IRBuilder.h. 2012-06-29 12:39:49 +00:00