summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-thread-safety-parsing.cpp
Commit message (Expand)AuthorAge
* Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins2012-11-02
* Thread-safety analysis: fix scoping issues related to 'this', including anDeLesley Hutchins2012-08-20
* Thread safety analysis: prevent a compiler error in cases where aDeLesley Hutchins2012-08-15
* Thread safety analysis: check for LOCKABLE attribute on base classes.DeLesley Hutchins2012-05-04
* Thread safety analysis: additional support for smart pointers in lock express...DeLesley Hutchins2012-05-02
* Thread Safety Analysis: fixed attribute handling for lock_returned attribute.DeLesley Hutchins2012-05-02
* Thread safety analysis: refactor test cases so that the style isDeLesley Hutchins2012-04-23
* Thread safety analysis: support the use of pt_guarded_by attributesDeLesley Hutchins2012-04-23
* Thread-safety analysis: support new "pointer to member" syntax forDeLesley Hutchins2012-04-23
* Thread safety analysis: split warnings into two groups: attribute warningsDeLesley Hutchins2012-04-19
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-16
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-06
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-06
* Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins2012-03-02
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-16
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-15
* Allow empty argument lists in thread safety attributesDeLesley Hutchins2011-12-14
* Thread safety: small formatting change in test commentsCaitlin Sadowski2011-09-08
* Thread safety: added support for function scopes in attribute arguments.Caitlin Sadowski2011-09-08
* Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski2011-09-08
* Thread safety: various minor bugfixes, with test casesCaitlin Sadowski2011-08-29
* Thread-safety analysis: adding in a basic lockset tracking system. ThisCaitlin Sadowski2011-08-23