Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove micro-optimization for not issueing CFG-based warnings for 'static inl... | Ted Kremenek | 2010-04-08 | 1 | -59/+2 |
* | Removed unused object. | Ted Kremenek | 2010-04-08 | 1 | -1/+0 |
* | Use SmallVector instead of an std::queue. | Ted Kremenek | 2010-04-08 | 1 | -2/+1 |
* | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -2/+2 |
* | Be a bit more consistent in using operator-> | Rafael Espindola | 2010-03-29 | 1 | -1/+1 |
* | For forward-declared static inline functions, delay CFG-based warnings until we | Ted Kremenek | 2010-03-23 | 1 | -7/+21 |
* | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -23/+69 |
* | Don't bother running the analysis for CFG-based warnings if the | Ted Kremenek | 2010-03-20 | 1 | -0/+7 |
* | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -0/+362 |