Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -5/+6 |
* | [clang-tidy] misc-sizeof-container: remove fix-it hints | Alexander Kornienko | 2015-09-14 | 1 | -40/+3 |
* | [clang-tidy] misc-sizeof-container: whitelist std::array | Alexander Kornienko | 2015-09-14 | 1 | -1/+1 |
* | [clang-tidy] misc-sizeof-container: whitelist std::bitset<>. | Alexander Kornienko | 2015-09-11 | 1 | -0/+1 |
* | [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl | Alexander Kornienko | 2015-09-10 | 1 | -0/+83 |