Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 1 | -1/+1 | |
llvm-svn: 240353 | |||||
2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 | |
The patch is generated using this command: $ tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \ -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \ work/llvm/tools/clang To reduce churn, not touching namespaces spanning less than 10 lines. llvm-svn: 240270 | |||||
2014-05-28 | Fix line endings. | Nikola Smiljanic | 1 | -112/+112 | |
llvm-svn: 209727 | |||||
2014-05-09 | Add the ability to use logical expressions for capability attributes. This ↵ | Aaron Ballman | 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 |