aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/AnalysisBasedWarnings.h
AgeCommit message (Expand)Author
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-04-08Remove micro-optimization for not issueing CFG-based warnings for 'static inl...Ted Kremenek
2010-03-23For forward-declared static inline functions, delay CFG-based warnings until weTed Kremenek
2010-03-23Only perform CFG-based warnings on 'static inline' functions thatTed Kremenek
2010-03-20Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek