Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Handle data() in readability-redundant-string-cstr | Malcolm Parsons | 2016-11-03 | 1 | -5/+9 |
* | [clang-tidy] Add more detection rules for redundant c_str calls. | Etienne Bergeron | 2016-04-15 | 1 | -3/+115 |
* | 3rd attempt of fixup with -std=c++11 | NAKAMURA Takumi | 2016-03-25 | 1 | -1/+1 |
* | Fixup -- "-target x86_64-unknown -fno-ms-compatibility" didn't work as expected. | NAKAMURA Takumi | 2016-03-25 | 1 | -1/+1 |
* | clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp: Appe... | NAKAMURA Takumi | 2016-03-25 | 1 | -1/+1 |
* | [clang-tidy] Add support for different char-types for the readability-redunda... | Etienne Bergeron | 2016-03-24 | 1 | -0/+50 |
* | 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 |
* | Move remove-cstr-calls from a standalone executable to a clang-tidy check rea... | Alexander Kornienko | 2015-03-16 | 1 | -0/+42 |