Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove experimental invalid iterators checker from the codebase until we ↵ | Ted Kremenek | 2012-07-25 | 1 | -110/+0 |
| | | | | | | | | | have the time to fix all the issues. Currently the code is essentially unmaintained and buggy, and needs major revision (with coupled enhancements to the analyzer core). llvm-svn: 160754 | ||||
* | test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to ↵ | NAKAMURA Takumi | 2012-07-25 | 1 | -0/+2 |
| | | | | | | | | assertion failure. I saw the case it XPASSes. llvm-svn: 160715 | ||||
* | Implement initial static analysis inlining support for C++ methods. | Ted Kremenek | 2012-06-22 | 1 | -0/+3 |
| | | | | llvm-svn: 159047 | ||||
* | Switch these two tests to use the Clang driver instead of CC1. They want | Chandler Carruth | 2011-11-05 | 1 | -1/+1 |
| | | | | | | | | to do "realistic" includes, and so need the header search logic now in the driver. This in turn requires switching the CC1 options to the actual driver options, and passing -Xclang where there is no analogy. llvm-svn: 143805 | ||||
* | [analyzer] rename all experimental checker packages to have 'experimental' ↵ | Ted Kremenek | 2011-08-03 | 1 | -1/+1 |
| | | | | | | be the common root package. llvm-svn: 136835 | ||||
* | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek | 2011-03-24 | 1 | -1/+1 |
| | | | | llvm-svn: 128187 | ||||
* | XFAIL this on windows where <vector> contains surprises. | Jakob Stoklund Olesen | 2011-03-13 | 1 | -0/+1 |
| | | | | llvm-svn: 127559 | ||||
* | Add initial version of "IteratorsChecker", a checker to find misues uses of ↵ | Ted Kremenek | 2011-03-12 | 1 | -0/+104 |
C++ iterators. This checker was created by Jim Goodnow II, and I migrated it to the new Checker interface (recent changes by Argiris). llvm-svn: 127525 |