Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix line endings. | Nikola Smiljanic | 2014-05-28 | 1 | -112/+112 |
| | | | | llvm-svn: 209727 | ||||
* | Add the ability to use logical expressions for capability attributes. This ↵ | Aaron Ballman | 2014-05-09 | 1 | -0/+112 |
is to allow requirements to be expressed not just in terms of lists, but in terms of logical expressions. Eg) void foo(void) __attribute__((requires_capability((FlightControl || Worker) && !Logger))); This is WIP code. llvm-svn: 208439 |