Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-container | Alexander Kornienko | 2018-03-15 | 1 | -103/+0 |
* | Switch check_clang_tidy to argparse and add a -resource-dir argument. | Manuel Klimek | 2015-10-22 | 1 | -1/+1 |
* | Add %check_clang_tidy and %clang_tidy_diff. | Manuel Klimek | 2015-10-22 | 1 | -1/+1 |
* | [clang-tidy] misc-sizeof-container: remove fix-it hints | Alexander Kornienko | 2015-09-14 | 1 | -5/+0 |
* | [clang-tidy] misc-sizeof-container: whitelist std::array | Alexander Kornienko | 2015-09-14 | 1 | -6/+14 |
* | [clang-tidy] misc-sizeof-container: whitelist std::bitset<>. | Alexander Kornienko | 2015-09-11 | 1 | -0/+8 |
* | clang-tidy/misc-sizeof-container.cpp: Add explicit triple. | NAKAMURA Takumi | 2015-09-11 | 1 | -1/+1 |
* | [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl | Alexander Kornienko | 2015-09-10 | 1 | -0/+92 |