summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-capabilities.c
Commit message (Expand)AuthorAgeFilesLines
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-2/+2
* Revert "Thread Safety Analysis: warn on nonsensical attributes."Josh Gao2017-08-111-12/+2
* Thread Safety Analysis: warn on nonsensical attributes.Josh Gao2017-08-081-2/+12
* Reland "Thread Safety Analysis: fix assert_capability."Josh Gao2017-08-081-3/+0
* Thread Safety Analysis: allow capability attribute on unions.DeLesley Hutchins2015-09-291-2/+6
* Allow objc_bridge(id) to be used on typedefs of [cv] void*.John McCall2015-02-011-2/+2
* In preparation for being able to use simple Boolean logic expressions involvi...Aaron Ballman2014-04-041-1/+10
* Capability attributes can now be declared on a typedef declaration as well as...Aaron Ballman2014-03-241-5/+5
* Fixed newlines.Alexander Kornienko2014-03-211-52/+52
* Replacing the exclusive_lock_function, shared_lock_function and unlock_functi...Aaron Ballman2014-03-201-9/+2
* Capabilities are required to pass a name specifying what type of capability i...Aaron Ballman2014-03-051-1/+4
* Adding role-based capability attributes that allow you to express role manage...Aaron Ballman2014-02-211-0/+32
* DeLesley Hutchins (who wrote the original thread-safety attribute functionali...Aaron Ballman2014-02-181-0/+25