index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ThreadSafety.cpp
Age
Commit message (
Expand
)
Author
2011-12-08
This patch extends thread safety analysis with support for the scoped_lockabl...
DeLesley Hutchins
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-22
Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of Top...
Ted Kremenek
2011-10-21
Added support for thread safety attributes on destructors.
DeLesley Hutchins
2011-10-21
Thread safety analysis refactoring: invalid lock expressions.
DeLesley Hutchins
2011-10-21
Thread safety analysis: add support for attributes on constructors.
DeLesley Hutchins
2011-10-21
Refactoring and code cleanup.
DeLesley Hutchins
2011-10-17
Substitute for arguments in method calls -- functionality
DeLesley Hutchins
2011-10-17
Substitute for arguments in method calls -- refactoring
DeLesley Hutchins
2011-09-20
Test commit
DeLesley Hutchins
2011-09-16
Thread safety: Adding FIXMEs and a couple cleanups
Caitlin Sadowski
2011-09-15
Thread safety: completeing the implementation of shared/exclusive locks requi...
Caitlin Sadowski
2011-09-15
Thread safety: refactoring various out of scope warnings to use the same inte...
Caitlin Sadowski
2011-09-14
Thread safety: adding additional documentation to the main thread safety inte...
Caitlin Sadowski
2011-09-14
Thread safety: adding test cases for unparseable lock expressions and expandi...
Caitlin Sadowski
2011-09-12
Thread safety: small formatting change
Caitlin Sadowski
2011-09-10
Silence "end of non-void function" warnings with llvm_unreachable and add an ...
Benjamin Kramer
2011-09-09
Thread safety: removing unnecessary import and reordering import list
Caitlin Sadowski
2011-09-09
Thread safety: removing unnecessary import
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