summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ThreadSafetyLogical.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
| | | | llvm-svn: 240353
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-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
* Fix line endings.Nikola Smiljanic2014-05-281-112/+112
| | | | llvm-svn: 209727
* Add the ability to use logical expressions for capability attributes. This ↵Aaron Ballman2014-05-091-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
OpenPOWER on IntegriCloud