index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
warn-thread-safety-analysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread safety analysis: make sure that expressions in attributes are parsed
DeLesley Hutchins
2013-02-07
1
-0
/
+13
*
Thread-safety analysis: ignore edges from throw expressions in CFG.
DeLesley Hutchins
2013-01-18
1
-1
/
+21
*
Thread-safety analysis: check member access on guarded non-primitive types.
DeLesley Hutchins
2012-12-08
1
-1
/
+62
*
Thread-safety analysis: check locks on method calls, operator=, and
DeLesley Hutchins
2012-12-05
1
-1
/
+110
*
Thread-safety analysis: support multiple thread-safety attributes on
DeLesley Hutchins
2012-10-12
1
-0
/
+91
*
Thread-safety analysis: allow attributes on constructors to refer to 'this'.
DeLesley Hutchins
2012-10-05
1
-16
/
+34
*
Fix template instantiation of attributes. More specifically, fix the case
DeLesley Hutchins
2012-09-26
1
-0
/
+79
*
Thread-safety analysis: better handling of unreachable blocks. Fixes a bug
DeLesley Hutchins
2012-09-21
1
-6
/
+15
*
Thread-safety analysis: fix bug where shared trylock was treated
DeLesley Hutchins
2012-09-20
1
-0
/
+30
*
Thread safety analysis: properly canonicalize calls to virtual methods within
DeLesley Hutchins
2012-09-20
1
-0
/
+32
*
Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED
DeLesley Hutchins
2012-09-19
1
-0
/
+34
*
Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or
DeLesley Hutchins
2012-09-19
1
-0
/
+38
*
Thread-safety analysis: fix bug in expression matching code.
DeLesley Hutchins
2012-09-11
1
-0
/
+40
*
Thread safety analysis: fix bug related to lock_returned attribute
DeLesley Hutchins
2012-09-11
1
-2
/
+27
*
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-10
1
-18
/
+41
*
Whitespace.
Chad Rosier
2012-09-07
1
-4
/
+0
*
Thread-safety analysis: Add support for selectively turning off warnings
DeLesley Hutchins
2012-09-07
1
-4
/
+84
*
Thread-safety analysis: bugfix for case where a trylock occurs in an
DeLesley Hutchins
2012-09-05
1
-0
/
+27
*
Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
DeLesley Hutchins
2012-08-31
1
-0
/
+45
*
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-31
1
-0
/
+26
*
Thread-safety-analysis: adds existential quantification over lock
DeLesley Hutchins
2012-08-10
1
-1
/
+60
*
Thread safety analysis: refactor to support more sophisticated handling
DeLesley Hutchins
2012-08-10
1
-77
/
+78
*
Fix some minor typos
Sylvestre Ledru
2012-07-31
1
-1
/
+1
*
Thread safety analysis: impove handling of trylock expressions.
DeLesley Hutchins
2012-07-10
1
-2
/
+127
*
Thread-safety analysis: eliminate false positives in case where the definition
DeLesley Hutchins
2012-07-05
1
-3
/
+197
*
Thread safety analysis: improve handling of smart pointers.
DeLesley Hutchins
2012-07-03
1
-3
/
+168
*
Thread Safety Analysis: handle expressions involving temporaries,
DeLesley Hutchins
2012-07-03
1
-0
/
+40
*
Thread safety analysis: fixed bug that occurs when very silly people
DeLesley Hutchins
2012-07-02
1
-0
/
+65
*
Thread safety analysis: fixed incorrect error message at the end of a locks_r...
DeLesley Hutchins
2012-07-02
1
-0
/
+16
*
Thread safety analysis: don't warn in case of duplicate annotation.
DeLesley Hutchins
2012-07-02
1
-0
/
+20
*
Thread Safety Analysis: turn off checking within trylock functions.
DeLesley Hutchins
2012-07-02
1
-0
/
+27
*
Thread safety analysis: support release() function on scoped
DeLesley Hutchins
2012-06-28
1
-1
/
+47
*
Thread safety analysis: implement lock_returned attribute.
DeLesley Hutchins
2012-06-25
1
-0
/
+103
*
Thread safety analysis: fixes a bug in which locksets are not handled
DeLesley Hutchins
2012-06-22
1
-16
/
+32
*
Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'
Richard Smith
2012-04-30
1
-0
/
+1
*
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2012-04-05
1
-3
/
+3
*
Thread safety analysis: expand set of expressions that can be used to denote ...
DeLesley Hutchins
2012-03-02
1
-21
/
+94
*
Issue warning when late-parsed attributes have no declaration.
DeLesley Hutchins
2012-03-02
1
-0
/
+13
*
Make late-parsed attributes follow the conventions of ordinary
DeLesley Hutchins
2012-03-02
1
-0
/
+24
*
Thread safety analysis: handle CFG blocks which call functions marked as nore...
DeLesley Hutchins
2012-03-02
1
-0
/
+17
*
Bugfix: bogus warning -- "invalid use of non-static data member",
DeLesley Hutchins
2012-02-25
1
-0
/
+14
*
Minor fix to template instantiation, which properly instantiates
DeLesley Hutchins
2012-02-16
1
-0
/
+2
*
Thread-safety analysis: Disable checking inside constructors, destructors, lo...
DeLesley Hutchins
2012-02-16
1
-4
/
+21
*
Thread-Safety: added support for 'this' as a lock expression.
DeLesley Hutchins
2012-02-16
1
-0
/
+30
*
Allow thread safety attributes on function definitions.
DeLesley Hutchins
2012-02-16
1
-0
/
+115
*
Thread safety analysis:
Richard Smith
2012-02-03
1
-48
/
+70
*
Thread safety analysis: at a CFG join point between a block terminating in a
Richard Smith
2012-02-03
1
-4
/
+17
*
Handle thread safety attributes on functions with separate definitions and de...
DeLesley Hutchins
2012-01-20
1
-0
/
+26
*
Delayed template instantiation of late-parsed attributes.
DeLesley Hutchins
2012-01-20
1
-21
/
+44
*
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2012-01-20
1
-3
/
+127
[next]