aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/range-loop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run uncrustify on the source codeSergio Martins2018-12-141-13/+13
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-16/+16
* Move our getLocStart()/End wrappers into clazy namespaceSergio Martins2018-12-111-6/+6
* Fix build with clang trunkSergio Martins2018-12-111-1/+1
* range-loop: Add fixit for adding qAsConst()Sergio Martins2018-12-051-2/+44
* range-loop: Add fixit for adding missing ref or const-refSergio Martins2018-12-031-1/+15
* Reorder includesSergio Martins2018-10-191-9/+9
* Ran include-what-you-useSergio Martins2018-10-181-2/+12
* Fix build with LLVM >= 8Sergio Martins2018-09-201-3/+3
* Rename the *Utils:: namespace to clazy::Sergio Martins2017-12-181-3/+3
* performance: Add Option_CanIgnoreIncludes to many checksSergio Martins2017-12-131-1/+1
* Replace the REGISTER_* macros with auto-generated codeSergio Martins2017-12-121-3/+0
* Minor readabilty fix: the message is a warning, not an errorSergio Martins2017-12-081-3/+3
* Utils::containsNonConstMemberCall() now honours assign operatorSergio Martins2017-12-081-1/+1
* Rename REGISTER_CHECK_WITH_FLAGS to REGISTER_CHECKSergio Martins2017-05-011-1/+1
* Introduce ClazyContextSergio Martins2017-04-241-3/+3
* Remove CheckBase::ci() and make m_ci privateSergio Martins2017-04-231-1/+1
* Move all source files into a src/ folderSergio Martins2017-02-051-0/+101