summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-thread-safety-parsing.cpp
AgeCommit message (Expand)Author
2017-12-14[ThreadSafetyAnalysis] Fix isCapabilityExprYi Kong
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-08-11Revert "Thread Safety Analysis: warn on nonsensical attributes."Josh Gao
2017-08-08Thread Safety Analysis: warn on nonsensical attributes.Josh Gao
2017-05-02[NFC] Add original test that triggered crash post r301735 Faisal Vali
2017-02-24[Test] Make Lit tests C++11 compatible #10Charles Li
2014-05-20None of these attributes require FunctionTemplate to be explicitly listed as ...Aaron Ballman
2014-03-24Capability attributes can now be declared on a typedef declaration as well as...Aaron Ballman
2014-02-18DeLesley Hutchins (who wrote the original thread-safety attribute functionali...Aaron Ballman
2014-01-02Removing some more unnecessary manual quotes from attribute diagnostics. Upda...Aaron Ballman
2014-01-02Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman
2013-11-20Removed a duplicate diagnostic related to attribute subjects for thread safet...Aaron Ballman
2013-09-13Guard availability and thread safety attributes against wide strings.Benjamin Kramer
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman
2013-07-23Consolidate several attribute argument diagnostics into a single, selectable ...Aaron Ballman
2013-05-17Thread safety analysis: add two new attributes to the thread safety analysis:DeLesley Hutchins
2012-11-02Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins
2012-08-20Thread-safety analysis: fix scoping issues related to 'this', including anDeLesley Hutchins
2012-08-15Thread safety analysis: prevent a compiler error in cases where aDeLesley Hutchins
2012-05-04Thread safety analysis: check for LOCKABLE attribute on base classes.DeLesley Hutchins
2012-05-02Thread safety analysis: additional support for smart pointers in lock express...DeLesley Hutchins
2012-05-02Thread Safety Analysis: fixed attribute handling for lock_returned attribute.DeLesley Hutchins
2012-04-23Thread safety analysis: refactor test cases so that the style isDeLesley Hutchins
2012-04-23Thread safety analysis: support the use of pt_guarded_by attributesDeLesley Hutchins
2012-04-23Thread-safety analysis: support new "pointer to member" syntax forDeLesley Hutchins
2012-04-19Thread safety analysis: split warnings into two groups: attribute warningsDeLesley Hutchins
2012-04-16Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor
2012-04-06Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins
2012-04-06Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins
2012-03-02Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins
2012-02-16Allow thread safety attributes on function definitions.DeLesley Hutchins
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-12-14Allow empty argument lists in thread safety attributesDeLesley Hutchins
2011-09-08Thread safety: small formatting change in test commentsCaitlin Sadowski
2011-09-08Thread safety: added support for function scopes in attribute arguments.Caitlin Sadowski
2011-09-08Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski
2011-08-29Thread safety: various minor bugfixes, with test casesCaitlin Sadowski
2011-08-23Thread-safety analysis: adding in a basic lockset tracking system. ThisCaitlin Sadowski