summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fixed a std::bind() transformationJonas Toth2019-02-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-291-3/+17
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [Clang-tidy]: Fix modernize-avoid-bind erroneous scope resolution.Haojian Wu2016-10-201-5/+9
* [clang-tidy] Adds modernize-avoid-bind checkJonathan Coe2016-05-121-0/+163
OpenPOWER on IntegriCloud