summaryrefslogtreecommitdiffstats
path: root/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Improve bugprone-unused-return-value checkJonathan Coe2018-04-241-10/+28
* [clang-tidy] New check bugprone-unused-return-valueAlexander Kornienko2018-03-191-0/+82