summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/AnalysisBasedWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove micro-optimization for not issueing CFG-based warnings for 'static inl...Ted Kremenek2010-04-081-59/+2
* Removed unused object.Ted Kremenek2010-04-081-1/+0
* Use SmallVector instead of an std::queue.Ted Kremenek2010-04-081-2/+1
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-2/+2
* Be a bit more consistent in using operator->Rafael Espindola2010-03-291-1/+1
* For forward-declared static inline functions, delay CFG-based warnings until weTed Kremenek2010-03-231-7/+21
* Only perform CFG-based warnings on 'static inline' functions thatTed Kremenek2010-03-231-23/+69
* Don't bother running the analysis for CFG-based warnings if theTed Kremenek2010-03-201-0/+7
* Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek2010-03-201-0/+362
OpenPOWER on IntegriCloud