aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
AgeCommit message (Expand)Author
2018-09-14[modernize-use-transparent-functors] TypeLocs can be implicitly created, don'...Benjamin Kramer
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2016-11-16[clang-tidy] New check to prefer transparent functors to non-transparent ones.Gabor Horvath