Ted Kremenek
|
3f955e6d89
|
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
llvm-svn: 136835
|
2011-08-03 23:14:55 +00:00 |
Ted Kremenek
|
49c79790de
|
Rework checker "packages" and groups to be more hierarchical.
llvm-svn: 128187
|
2011-03-24 00:28:47 +00:00 |
Argyrios Kyrtzidis
|
9eb02dfa89
|
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
llvm-svn: 126676
|
2011-02-28 19:49:42 +00:00 |
Argyrios Kyrtzidis
|
f3ed8b631d
|
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
llvm-svn: 126611
|
2011-02-28 01:27:07 +00:00 |
Argyrios Kyrtzidis
|
183f0fb4cf
|
[analyzer] Migrate MallocChecker to CheckerV2.
llvm-svn: 126606
|
2011-02-28 01:26:35 +00:00 |
Argyrios Kyrtzidis
|
b388f77ad9
|
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
llvm-svn: 126440
|
2011-02-24 21:43:08 +00:00 |
Jordy Rose
|
3597b21f20
|
Catch free()s on non-regions and regions known to be not from malloc(), by checking the symbol type and memory space.
llvm-svn: 105547
|
2010-06-07 19:32:37 +00:00 |