aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/AnalysisBasedWarnings.h
AgeCommit message (Expand)Author
2011-08-23Thread-safety analysis: adding in a basic lockset tracking system. ThisCaitlin Sadowski
2011-07-06Build up statistics about the work done for analysis based warnings.Chandler Carruth
2011-06-20Remove unnecessary include.Francois Pichet
2011-02-23Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.Ted Kremenek
2011-02-23Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(...Ted Kremenek
2010-08-25Remove AnalysisBasedWarnings.h's dependency on Type.hJohn McCall
2010-08-25Move more stuff out of Sema.h.John McCall
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor