aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler error with LLVM 18Cristian Adam2024-02-122-2/+12
* Fix compilation with LLVM 17.0.0 (rc2)Cristian Adam2023-08-141-1/+9
* Adapt to API changes in clang/llvm 16Ivan Čukić2023-02-093-6/+14
* Build fixes for LLVM/Clang 15.0.0Cristian Adam2022-09-0710-11/+27
* Fix build on macOSv1.11Sergio Martins2022-01-201-2/+5
* Bump version to 1.11Sergio Martins2022-01-201-1/+1
* src/SourceCompatibilityHelpers.h - fix compile with LLVM<12Allen Winter2021-12-111-1/+1
* Merge branch '1.10'Sergio Martins2021-12-021-1/+1
|\
| * copyable-polymorphic: Fix build due to missing std::Sergio Martins2021-12-021-1/+1
* | Merge branch '1.10'Sergio Martins2021-12-022-11/+7
|\|
| * Fix build with some newer gcc complaining about deleted LexerSergio Martins2021-12-022-11/+7
| * Fix build with upcoming llvm 13v1.10Sergio Martins2021-07-201-1/+1
* | Fix compile with LLVM-13Sergio Martins2021-11-052-1/+10
* | rule-of-two-soft: Honour explicitly defaulted copy-ctor/operatorSergio Martins2021-10-261-2/+5
* | use-static-qregularexpression: Fix crashSergio Martins2021-10-261-3/+2
* | Remove inefficient-qlist check, the issue has been fixed in Qt6Sergio Martins2021-10-137-346/+0
* | Fix Bug 442729 related to qt6-qlatin1stringchar-to-u fixitLucie Gérard2021-10-132-16/+117
* | Fix build with upcoming llvm 13Sergio Martins2021-09-271-1/+1
* | Fix check for temporary QString when checking QRegularExpressionWaqar Ahmed2021-09-201-1/+10
* | Fix bug 439337Lucie Gérard2021-08-212-111/+50
* | Fix crash with QVariant::toRegularExpression()Waqar Ahmed2021-08-161-5/+5
* | Check QRegularExpression.*match() usageWaqar Ahmed2021-08-121-23/+70
* | Fix crash if QRegularExpression() is usedWaqar Ahmed2021-08-101-1/+8
* | unexpected-flag-enumerator-value: cleanup and fix testsWaqar Ahmed2021-08-011-29/+25
* | Unexpected-flag-enumerator-value fixesWaqar Ahmed2021-07-281-5/+43
* | Fixes for use-static-qregular-expressionWaqar Ahmed2021-07-281-13/+74
* | unexpected-flag-enumerator-value: Don't warn when value is negativeSergio Martins2021-07-271-1/+1
* | unexpected-flag-enumerator-value: fix flag detectionSergio Martins2021-07-271-4/+7
* | unexpected-flag-enumerator-value: Don't warn for enums with 0Sergio Martins2021-07-271-5/+4
* | unexpected-flag-enumerator-value: Accept values named "mask"Sergio Martins2021-07-271-0/+3
* | unexpected-flag-enumerator-value: Don't warn for unnamed enumsSergio Martins2021-07-271-1/+1
* | Remove stray debugSergio Martins2021-07-271-1/+0
* | unexpected-flag-enumerator-value: Fix crashSergio Martins2021-07-271-1/+2
* | Minor styling: use auto when type is duplicatedSergio Martins2021-07-271-6/+4
* | New check: Unexpected flag enumerator valueWaqar Ahmed2021-07-273-0/+174
* | add check: Use Static QRegularExpressionWaqar Ahmed2021-07-253-0/+152
* | rename check to use-arrow-operator-instead-of-dataWaqar Ahmed2021-07-233-9/+8
* | Add a fix-it for use-arrow-operatorWaqar Ahmed2021-07-232-0/+6
* | Add use-arrow-operatorWaqar Ahmed2021-07-233-0/+131
|/
* Merge branch '1.9'Michael Reeves2021-07-051-2/+2
|\
| * Fix missing commas found by clang-tidyupstream/1.9Michael Reeves2021-07-051-2/+2
| * Fix container find operationNicolas Fella2021-06-301-1/+1
* | old-style-connect: Simplify regexp, which also fixes a crashSergio Martins2021-07-011-1/+1
* | qt6-fwd-fixes: Fix buildSergio Martins2021-07-011-1/+1
* | Fix container find operationNicolas Fella2021-06-301-1/+1
* | qt6-deprecated-api-fixes: Fix coding style a bitSergio Martins2021-06-301-29/+22
* | Merge branch '1.9'Sergio Martins2021-06-281-0/+2
|\|
| * copyable-polymorphic: Fix crash if PCH is enabled for some reasonSergio Martins2021-06-281-0/+2
| * Fix build with Clang 12Christian Schärf2021-06-132-3/+28
* | Fix build with older llvmSergio Martins2021-06-202-1/+11