aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce wrong-qevent-castSergio Martins2018-03-1113-16/+412
* generate.py: Make it work on WindowsSergio Martins2018-03-081-7/+7
* Move reserve-candiates to level3Sergio Martins2018-03-048-12/+12
* generate.py: Detect check moves between levelsSergio Martins2018-03-041-19/+58
* Normalize filenames for checksSergio Martins2018-03-0434-49/+49
* Introducing qhash-with-char-pointer-keySergio Martins2018-03-0311-0/+132
* Introduce fixits for qt-keywords checkSergio Martins2018-03-037-6/+57
* Introduce qt-keywords checkSergio Martins2018-03-0313-1/+173
* 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
* generate.py: Allow to specify which checks to generateSergio Martins2018-03-031-3/+13
* checks starting with qt- should have classname starting with QtSergio Martins2018-03-031-3/+6
* generate.py: Fix bug where files wouldn't be createdSergio Martins2018-03-031-6/+6
* checks.json: 'categories' is not a mandatory keySergio Martins2018-03-031-1/+2
* generate.py: Also generate Changelog entry when creating a new checkSergio Martins2018-03-031-2/+13
* generate.py: Print a message when nothing was needed to be generatedSergio Martins2018-03-031-11/+43
* cleanupSergio Martins2018-03-031-15/+5
* cleanupSergio Martins2018-03-031-20/+24
* generate.py: Also generate the check's cpp and header from templateSergio Martins2018-03-033-3/+134
* generate.py: Generate unit-test folder and filesSergio Martins2018-03-023-0/+33
* generate.py: Generate README's for checks that don't have oneSergio Martins2018-03-022-0/+20
* Move these two readmes into correct levelSergio Martins2018-03-022-0/+0
* generate.py: Print help if no arguments givenSergio Martins2018-03-021-0/+2
* Allow to run generate.py from any folder, not just top-levelSergio Martins2018-03-021-5/+8
* README: Fix anchors of urls for manual levelSergio Martins2018-03-022-18/+25
* generate.py now also generates the README.md's list of checksSergio Martins2018-03-022-31/+54
* Fix unit-testSergio Martins2018-03-022-10/+10
* generate.py now also generates CheckSources.cmakeSergio Martins2018-03-026-28/+73
* Sort Checks.h alphabeticallySergio Martins2018-03-021-41/+40
* cmake: Move the check filenames into a separate fileSergio Martins2018-03-022-79/+80
* Added CLAZY_HEADER_FILTER env variableSergio Martins2018-02-283-2/+13
* unneeded-cast: Revamp this check a bitSergio Martins2018-02-259-16/+129
* Fix TypeUtils::derivesFrom()Sergio Martins2018-02-251-0/+1
* Add QtUtils::is_qobject_cast(Stmt)Sergio Martins2018-02-251-0/+40
* unneeded-cast: Prefer qobject_cast over dynamic_cast by defaultSergio Martins2018-02-249-19/+35
* Rename bogus-dynamic-cast to unneeded-castSergio Martins2018-02-2417-46/+47
* copyable-polymorphic: Include class name in warning messageSergio Martins2018-02-242-4/+4
* copyable-polymorphic: minor performance optimizationSergio Martins2018-02-241-8/+7
* README: Updated documentation for each levelSergio Martins2018-02-232-11/+11
* Update README, also include checks from manual levelSergio Martins2018-02-233-26/+44
* Rename HiddenLevel to ManualLevelSergio Martins2018-02-2323-28/+27
* container-inside-loop moved to manual levelSergio Martins2018-02-236-9/+10
* fix typos in READMEFrederik Schwarzer2018-02-081-2/+2
* Fix README anchors link in TOCSergio Martins2018-02-061-1/+1
* Add missing includeSergio Martins2018-02-051-1/+1
* returning-data-from-temporary: Add a case we want to supportSergio Martins2018-01-292-1/+3
* connect-3arg-lambda: Improve readmeSergio Martins2018-01-271-0/+6
* virtual-signal: Add failing unit-test for a case we want to coverSergio Martins2018-01-272-0/+23
* old-style-connect: Add unit-test with TODOSergio Martins2018-01-271-0/+22
* Merge branch '1.3' into masterSergio Martins2018-01-243-3/+3
|\