Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] google-explicit-constructor: improve the warning message | Alexander Kornienko | 2015-11-28 | 1 | -2/+2 |
* | Add %check_clang_tidy and %clang_tidy_diff. | Manuel Klimek | 2015-10-22 | 1 | -1/+1 |
* | [clang-tidy] Use a python script instead of a shell script to run clang-tidy ... | Alexander Kornienko | 2015-08-20 | 1 | -2/+1 |
* | [clang-tidy] Clarify message for the google-explicit-constructor check | Alexander Kornienko | 2015-03-31 | 1 | -1/+6 |
* | [clang-tidy] Detect dependent initializer_lists in google-explicit-constructor. | Alexander Kornienko | 2015-02-05 | 1 | -3/+32 |
* | [clang-tidy] google-explicit-constructor: don't match in template instantiations | Alexander Kornienko | 2014-11-30 | 1 | -0/+18 |
* | [clang-tidy] More tests for the google-explicit-constructor check | Alexander Kornienko | 2014-11-28 | 1 | -5/+26 |
* | [clang-tidy] Support initializer_list in google-explicit-constructor check | Alexander Kornienko | 2014-11-27 | 1 | -0/+59 |