aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix unintended octal valueSergio Martins2018-10-091-1/+1
* empty-qstringliteral: Don't warn for uic generated filesSergio Martins2018-10-092-0/+18
* Fix Utils::filenameForLoc(loc) for when loc is a macroIdSergio Martins2018-10-091-1/+4
* Add QtUtils::isUIFile(loc)Sergio Martins2018-10-091-0/+6
* Don't register qstring-from-literal if ast matchers are disabledSergio Martins2018-09-261-0/+2
* Fix crash in old-style-connect fixitsSergio Martins2018-09-231-1/+22
* Merge branch '1.3' into 1.4Sergio Martins2018-09-222-3/+16
|\
| * Workaround crash with LLVM 7upstream/1.3Sergio Martins2018-09-221-0/+7
| * prospective fix for crash with clang-7.0Sergio Martins2018-09-192-3/+6
| * Fix build with clang 7.0Sergio Martins2018-09-191-4/+14
* | 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