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