summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-misplaced-const.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a build bot issue with duplicate explicit instantiations.Aaron Ballman2016-06-071-1/+8
| | | | llvm-svn: 272027
* Add the misc-misplaced-const check to clang-tidy, which diagnoses when a ↵Aaron Ballman2016-06-071-0/+37
const-qualifier is applied to a typedef of pointer type rather than to the pointee type. llvm-svn: 272025
OpenPOWER on IntegriCloud