Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |