aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove inefficient-qlist check, the issue has been fixed in Qt6Sergio Martins2021-10-132-12/+0
* New check: Unexpected flag enumerator valueWaqar Ahmed2021-07-271-0/+14
* add check: Use Static QRegularExpressionWaqar Ahmed2021-07-251-0/+15
* rename check to use-arrow-operator-instead-of-dataWaqar Ahmed2021-07-231-1/+1
* Add a fix-it for use-arrow-operatorWaqar Ahmed2021-07-231-0/+14
* fully-qualified-moc-types: improve readmeSergio Martins2021-06-031-1/+1
* Formating readme qt6 filesMaksim Demyanov2021-05-214-37/+64
* fully-qualified-moc-types: Explain why Q_PROPERTY warns on moc output onlySergio Martins2021-05-151-0/+3
* describe CLAZY_IGNORE_DIRS env in the manpageAllen Winter2021-05-021-0/+5
* Merge branch '1.9'Sergio Martins2021-02-251-0/+4
|\
| * Fix copyable-polymorphic unit-testsSergio Martins2021-02-251-0/+4
* | Fix typo in README-reserve-candidates.mdSebastian Engel2021-02-251-1/+1
* | Split range-loop check in range-loop-detach and range-loop-reference.Christian Schärf2021-02-212-5/+14
* | Correct bugs in the fixits of qt6-deprecated-api-fixes checkLucie Gérard2021-02-151-3/+3
|/
* Add fixit for forward declaration collected in QtCore/qcontainerfwd.hLucie Gérard2020-12-221-0/+2
* virtual-signals: Explain virtual PMFs don't compare equally on MSVCSergio Martins2020-12-221-1/+9
* Fix some readme typosSergio Martins2020-11-131-2/+2
* qt6-deprecated-api: Fix readme md renderingSergio Martins2020-11-131-23/+20
* qt6-deprecated-api-fixes.md: Testing a readme fix renderingSergio Martins2020-11-131-1/+1
* Add checks for QWidgets deprecated functionalitiesLucie Gerard2020-11-061-1/+18
* Update documentationLucie Gerard2020-11-061-2/+27
* Add check and fix for deprecated API removed in Qt6Lucie Gerard2020-11-061-2/+7
* Rename README-qt6-qlatin1string-to-u to README-qt6-qlatin1stringchar-to-uSergio Martins2020-10-092-6/+6
* Ran generate.py --generateSergio Martins2020-10-091-0/+1
* Merge branch 'lugerard/clazy-qt6-merging-qlatin1string-char-to-u' into masterSergio Martins2020-10-091-6/+0
|\
| * Merge QLatin1String and QLatin1Char checks into qt6_qlatinstringchar_to_uLucie Gerard2020-10-051-6/+0
* | Qt6 header fixesLucie Gerard2020-10-091-0/+177
|/
* Update readme of qt6 related checksLucie Gerard2020-08-263-0/+9
* Add qt6-qdir-fixes checkLucie Gerard2020-08-261-0/+9
* New check use-chrono-in-qtimerJesper K. Pedersen2020-08-241-0/+4
* WIP: Add qt6-qlatin1string-to-u checkLucie Gerard2020-08-061-0/+3
* Add signature fixes for qHash functionsLucie Gerard2020-07-191-0/+5
* Use more GNUInstallDirs (doc, man)Andreas Sturmlechner2020-06-301-1/+1
* Add qt6-qlatin1string-to-u checkLucie Gerard2020-06-201-0/+3
* Introduce qstring-comparison-to-implicit-charSergio Martins2020-05-041-0/+10
* Initial check for invalid JNI method signaturesNicolas Fella2020-04-241-0/+11
* Merge branch '1.6'Sergio Martins2020-04-191-1/+1
|\
| * Update README-copyable-polymorphic.mdFrank Dana2020-04-131-1/+1
* | Allow promoting selected checks to compiler errors via an env variableChristian Schärf2020-04-191-0/+3
* | qstring-arg: Warn when passing integers to QLatin1String::arg()Sergio Martins2019-12-281-2/+5
* | Introduce overloaded-signalSergio Martins2019-11-261-0/+10
|/
* heap-allocated-small-trivial-type: Minor README improvementSergio Martins2019-10-141-1/+4
* Introduce qproperty-type-mismatchJean-Michaël Celerier2019-09-031-0/+18
* Introduce signal-with-return-valueSérgio Martins2019-06-031-0/+7
* copyable-polymorphic: Explain better what's the problem in the READMESergio Martins2019-05-131-3/+23
* Remove mention of CLAZY_FIXIT from the READMEsSergio Martins2019-05-135-13/+6
* Introduce heap-allocated-small-trivial-typeSergio Martins2019-05-121-0/+9
* qvariant-template-instantiation: Move out of level 0, since it has false-posi...Sergio Martins2019-05-091-1/+6
* range-loop: Specify in the README that we have a fixit for adding qAsConstSergio Martins2019-05-081-3/+1
* Merge branch '1.5'Sergio Martins2019-04-271-5/+5
|\