Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove experimental invalid iterators checker from the codebase until we have... | Ted Kremenek | 2012-07-25 | 1 | -110/+0 |
* | test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to asse... | NAKAMURA Takumi | 2012-07-25 | 1 | -0/+2 |
* | Implement initial static analysis inlining support for C++ methods. | Ted Kremenek | 2012-06-22 | 1 | -0/+3 |
* | Switch these two tests to use the Clang driver instead of CC1. They want | Chandler Carruth | 2011-11-05 | 1 | -1/+1 |
* | [analyzer] rename all experimental checker packages to have 'experimental' be... | Ted Kremenek | 2011-08-03 | 1 | -1/+1 |
* | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek | 2011-03-24 | 1 | -1/+1 |
* | XFAIL this on windows where <vector> contains surprises. | Jakob Stoklund Olesen | 2011-03-13 | 1 | -0/+1 |
* | Add initial version of "IteratorsChecker", a checker to find misues uses of C... | Ted Kremenek | 2011-03-12 | 1 | -0/+104 |