Add the misc-misplaced-const check to clang-tidy, which diagnoses when a...
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a const-qualifier is applied to a typedef of pointer type rather than to the pointee type. llvm-svn: 272025
Loading
Please sign in to comment