Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Check all 'nonnull' attributes, not just the first one. | Jordan Rose | 2014-10-13 | 1 | -5/+16 |
* | Fix representation of __attribute__((nonnull)) to support correctly modeling | Richard Smith | 2014-08-27 | 1 | -0/+2 |
* | [C++11] Use 'nullptr'. StaticAnalyzer edition. | Craig Topper | 2014-05-27 | 1 | -2/+2 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -2/+3 |
* | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
* | [analyzer] NonNullParamChecker: don't freak out about nested transparent_unions. | Jordan Rose | 2014-02-26 | 1 | -1/+3 |
* | Expose the name of the checker producing each diagnostic message. | Alexander Kornienko | 2014-02-11 | 1 | -3/+2 |
* | [analyzer] Teach NonNullParamChecker about 'nonnull' attributes on parameters. | Ted Kremenek | 2014-01-17 | 1 | -1/+7 |
* | [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker | Anna Zaks | 2013-03-09 | 1 | -0/+193 |