Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing a build bot issue with duplicate explicit instantiations. | Aaron Ballman | 2016-06-07 | 1 | -1/+8 |
| | | | | llvm-svn: 272027 | ||||
* | Add the misc-misplaced-const check to clang-tidy, which diagnoses when a ↵ | Aaron Ballman | 2016-06-07 | 1 | -0/+37 |
const-qualifier is applied to a typedef of pointer type rather than to the pointee type. llvm-svn: 272025 |