aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/ThreadSafety.h
AgeCommit message (Expand)Author
2013-02-16Use trailing documentation comments properlyDmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-05Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.DeLesley Hutchins
2012-09-10Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins
2012-07-02Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins
2012-06-15Documentation cleanup: fix \params to match the code.James Dennett
2012-02-03Thread safety analysis:Richard Smith
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek
2011-10-17Substitute for arguments in method calls -- refactoringDeLesley Hutchins
2011-09-15Thread safety: refactoring various out of scope warnings to use the same inte...Caitlin Sadowski
2011-09-14Thread safety: small fixes in commentsCaitlin Sadowski
2011-09-14Thread safety: adding additional documentation to the main thread safety inte...Caitlin Sadowski
2011-09-09Thread safety: removing unnecessary import and reordering import listCaitlin Sadowski
2011-09-09Thread safety: This patch deals with previously unhandled cases when building...Caitlin Sadowski
2011-09-09Thread Safety: Moving the analysis to a new fileCaitlin Sadowski