summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/warn-thread-safety-parsing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-1/+1
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-49/+49
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-061-3/+41
* Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins2012-03-021-0/+16
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-0/+27
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Allow empty argument lists in thread safety attributesDeLesley Hutchins2011-12-141-0/+9
* Thread safety: small formatting change in test commentsCaitlin Sadowski2011-09-081-181/+181
* Thread safety: added support for function scopes in attribute arguments.Caitlin Sadowski2011-09-081-0/+34
* Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski2011-09-081-0/+22
* Thread safety: various minor bugfixes, with test casesCaitlin Sadowski2011-08-291-0/+58
* Thread-safety analysis: adding in a basic lockset tracking system. ThisCaitlin Sadowski2011-08-231-0/+1141