about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-04 15:45:53 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-05 12:37:48 +0530
commitd693ec17a502ee16689ff18f95d189870a727fb4 (patch)
tree52c49aef71660714cd67ac89e6b7b4d2f60fa62e /src/rustllvm/ExecutionEngineWrapper.cpp
parent68740b405404a3f885e388c8d31722797d519c30 (diff)
parent956969162dd199682c16f40e9b124acc853e3992 (diff)
downloadrust-d693ec17a502ee16689ff18f95d189870a727fb4.tar.gz
rust-d693ec17a502ee16689ff18f95d189870a727fb4.zip
Rollup merge of #22029 - iKevinY:tidy-changes, r=brson
 Currently, the list of files linted in `tidy.py` is unordered. It seems more appropriate for more frequently appearing files (like `.rs`) to appear at the top of the list and for \"other files\" to appear at the very end. This PR also changes the wildcard import of `check_license()` into an explicit one.

```
Before:                     After:
* linted 4 .sh files        * linted 5034 .rs files
* linted 4 .h files         * linted 29 .c files
* linted 29 .c files        * linted 28 .py files
* linted 2 .js files        * linted 4 .sh files
* linted 0 other files      * linted 4 .h files
* linted 28 .py files       * linted 2 .js files
* linted 5034 .rs files     * linted 0 other files
```

r? @brson
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions