Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Fix a false positive in google-runtime-memset | Alexander Kornienko | 2016-01-11 | 1 | -7/+11 |
* | [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy... | Alexander Kornienko | 2015-03-05 | 1 | -0/+2 |
* | [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | [clang-tidy] Use new ASTMatchers to identify template instantiations instead ... | Benjamin Kramer | 2014-09-03 | 1 | -4/+1 |
* | [clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependen... | Benjamin Kramer | 2014-07-17 | 1 | -2/+4 |
* | [clang-tidy] As a simple heuristic don't emit a swap fixit that would create | Benjamin Kramer | 2014-07-16 | 1 | -1/+2 |
* | [clang-tidy] Also emit a warning for memset(x, 0, 0) | Benjamin Kramer | 2014-07-16 | 1 | -4/+8 |
* | [clang-tidy] Add a checker for zero-length memset. | Benjamin Kramer | 2014-07-16 | 1 | -0/+85 |