summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Add new cert-dcl21-cpp check Gabor Horvath2017-05-101-0/+88
This check flags postfix operator++/-- declarations, where the return type is not a const object. Differential Revision: https://reviews.llvm.org/D32743 llvm-svn: 302637
OpenPOWER on IntegriCloud