Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comments. | Ted Kremenek | 2010-11-17 | 1 | -1/+4 |
* | Static analyzer: Catch calls to malloc() with | Ted Kremenek | 2010-11-16 | 1 | -3/+54 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Remove copy of 'Optional' in Clang tree, and convert clients to use the one n... | Ted Kremenek | 2010-04-09 | 1 | -1/+2 |
* | For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. | Ted Kremenek | 2010-04-08 | 1 | -18/+34 |
* | Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot.... | Ted Kremenek | 2010-04-08 | 1 | -0/+7 |
* | Add static analyzer check for calls to 'pthread_once()' where the control-flo... | Ted Kremenek | 2010-04-08 | 1 | -0/+45 |
* | Checker: random include cleanup. | Benjamin Kramer | 2010-03-27 | 1 | -3/+2 |
* | When generating error node, check to see if we already cached out. | Ted Kremenek | 2010-02-25 | 1 | -0/+3 |
* | Add UnixAPIChecker, a meta checker to include various precondition checks for... | Ted Kremenek | 2010-02-25 | 1 | -0/+151 |