Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -55/+0 |
* | Remove micro-optimization for not issueing CFG-based warnings for 'static inl... | Ted Kremenek | 2010-04-08 | 1 | -3/+1 |
* | For forward-declared static inline functions, delay CFG-based warnings until we | Ted Kremenek | 2010-03-23 | 1 | -1/+2 |
* | Only perform CFG-based warnings on 'static inline' functions that | Ted Kremenek | 2010-03-23 | 1 | -10/+31 |
* | Refactor CFG-based warnings in Sema to be run by a worked object called Analy... | Ted Kremenek | 2010-03-20 | 1 | -0/+35 |