Go to file
Jordan Rose a45fc81180 [analyzer] Collect stats on the max # of bug reports in an equivalence class.
We discovered that sqlite3.c currently has 2600 reports in a single
equivalence class; it would be good to know if this is a recent
development or what.

(For the curious, the different reports in an equivalence class represent
the same bug found along different paths. When we're suppressing false
positives, we need to go through /every/ path to make sure there isn't a
valid path to a bug. This is a flaw in our after-the-fact suppression,
made worse by the fact that that function isn't particularly optimized.)

llvm-svn: 177188
2013-03-15 21:41:53 +00:00
clang [analyzer] Collect stats on the max # of bug reports in an equivalence class. 2013-03-15 21:41:53 +00:00
clang-tools-extra Don't include outer-most explicit cast in nullptr replacement 2013-03-15 20:18:08 +00:00
compiler-rt [libsanitizer] StopTheWorld in sanitizer_common 2013-03-15 14:37:21 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Updated link to Marshall's instructions 2013-03-14 19:00:34 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [lld] remove trailing whitespace 2013-03-14 16:09:49 +00:00
lldb Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. 2013-03-15 20:00:39 +00:00
llvm [ADT] Fix StringSet::insert() to not allocate on every lookup. 2013-03-15 20:16:59 +00:00
polly tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00