summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the misc-misplaced-const check to clang-tidy, which diagnoses when a ↵Aaron Ballman2016-06-071-0/+63
const-qualifier is applied to a typedef of pointer type rather than to the pointee type. llvm-svn: 272025
OpenPOWER on IntegriCloud