aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with MSVCIvan Donchevskii2018-09-201-0/+2
* Remove more ifdefs for unsupported llvm versionsSergio Martins2018-09-201-33/+5
* Remove ifdef that was used to support LLVM <= 3.8Sergio Martins2018-09-201-7/+0
* Fix build with LLVM <= 7Sergio Martins2018-09-201-1/+1
* Move getImmediateExpansionRange to SourceCompatibilityHelpers.hSergio Martins2018-09-202-10/+10
* Fix build with LLVM >= 8Sergio Martins2018-09-2064-179/+230
* Add ability to ignore directories via command lineSergio Martins2018-09-086-17/+53
* connect-3arg-lambda: Also warn for QMenu::addAction()Sergio Martins2018-08-242-3/+23
* old-style-connect: Warn for QMessageBox::open(QObject*receiver, char *slot);Sergio Martins2018-08-241-1/+12
* old-style-connect: Also warn for QMenu::addAction()Sergio Martins2018-08-241-4/+14
* unneeded-cast: Move to level 3Sergio Martins2018-08-183-2/+2
* unneeded-cast: Fix detecting casts to itselfSergio Martins2018-08-181-8/+9
* virtual-signal: Don't warn if signal overrides a non-QObject baseSergio Martins2018-08-183-3/+16
* connect-3arg-lambda: Also warn when using QTimer::singleShot() without contextSergio Martins2018-08-182-2/+37
* connect-3arg-lambda: Use autoSergio Martins2018-08-171-2/+1
* Introduce empty-qstringliteralSergio Martins2018-08-153-0/+103
* Introduce raw-environment-functionSergio Martins2018-08-153-0/+95
* old-style-connect: Warn that 1-arg disconnects have to be manually fixedSergio Martins2018-07-311-7/+17
* Remove unneeded debug statement found by AlbertSergio Martins2018-07-311-1/+0
* Make it easier to link to READMEs by removing the level name.Sergio Martins2018-05-1575-933/+0
* Actually fix build with clang 7.0Sergio Martins2018-05-081-1/+1
* Fix build with clang 8.0Sergio Martins2018-05-061-4/+14
* Fix typo in warning message: QLatin1String, not QStringLiteraleasyaspi314 (Devin)2018-04-101-1/+1
* connect-non-signal: Make it know about QOverloadSergio Martins2018-03-281-1/+5
* Fix detaching methods map: lower/upperBound do have const counter-partsSergio Martins2018-03-261-3/+1
* detaching-member: Dont warn for methods without const counter-partsSergio Martins2018-03-245-7/+32
* Remove unneeded fixit enumsSergio Martins2018-03-1712-86/+45
* function-args-by-*: Add an option to warn for overridden methodsSergio Martins2018-03-172-3/+5
* function-args-by-*: don't warn for overridden methodsSergio Martins2018-03-173-9/+26
* fully-qualified-moc-types: Also warn for Q_PROPERTYSergio Martins2018-03-173-6/+93
* Introduce static-pmfSergio Martins2018-03-175-0/+119
* qstring-arg: Don't warn when inside QT_REQUIRE_VERSIONSergio Martins2018-03-142-2/+8
* Merge branch '1.3' into masterSergio Martins2018-03-131-0/+7
|\
| * Don't recommend QStringLiteral in Q_GLOBAL_STATIC_WITH_ARGSSergio Martins2018-03-131-0/+7
* | Fix build on macOS, compiler doesn't seem too smartSergio Martins2018-03-121-1/+1
* | Introduce wrong-qevent-castSergio Martins2018-03-115-0/+335
* | Move reserve-candiates to level3Sergio Martins2018-03-044-2/+2
* | Normalize filenames for checksSergio Martins2018-03-0433-32/+32
* | Introducing qhash-with-char-pointer-keySergio Martins2018-03-034-0/+103
* | Introduce fixits for qt-keywords checkSergio Martins2018-03-032-3/+20
* | Introduce qt-keywords checkSergio Martins2018-03-034-0/+118
* | Also pass the macro info in MacroExpands()Sergio Martins2018-03-0312-14/+15
* | Add util method that tells us if QT_NO_KEYWORDS is definedSergio Martins2018-03-032-0/+13
* | Move these two readmes into correct levelSergio Martins2018-03-022-0/+0
* | generate.py now also generates CheckSources.cmakeSergio Martins2018-03-023-1/+1
* | Sort Checks.h alphabeticallySergio Martins2018-03-021-41/+40
* | Added CLAZY_HEADER_FILTER env variableSergio Martins2018-02-281-2/+10
* | unneeded-cast: Revamp this check a bitSergio Martins2018-02-255-12/+75
* | Fix TypeUtils::derivesFrom()Sergio Martins2018-02-251-0/+1
* | Add QtUtils::is_qobject_cast(Stmt)Sergio Martins2018-02-251-0/+40