Ted Kremenek
|
4ef13f8ac9
|
Add clang-cc option "--analyzer-experimental-internal-checks". This
option enables new "internal" checks that will eventually be turned on
by default but still require broader testing.
llvm-svn: 88671
|
2009-11-13 18:46:29 +00:00 |
Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
Ted Kremenek
|
4301526e8d
|
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
OldCastRegion used), and the associated command line option
'-analyzer-store=old-basic-cast'.
llvm-svn: 77509
|
2009-07-29 21:43:22 +00:00 |
Mike Stump
|
8dd1b6bd10
|
Improve CFG support for C++ throw expressions.
llvm-svn: 76814
|
2009-07-22 22:56:04 +00:00 |