aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* QmlJS checks: Disable warnings about expression statements in bindings.Christian Kamm2011-12-021-14/+11
* QmlJS checks: Don't warn for fallthrough on the last clause.Christian Kamm2011-11-291-6/+3
* QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.Christian Kamm2011-11-291-9/+40
* QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-221-2/+13
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | QmlJS checks: Fix // @disable-check at beginning of line.Christian Kamm2011-11-081-1/+1
* | QmlJS checks: Add @enable-all-checks annotation.Christian Kamm2011-10-311-2/+8
* | QmlJS checks: Change suppression annotation to @disable-check.Christian Kamm2011-10-311-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-2/+1
|\|
| * QmlJS checks: Make 'unintentional empty block' warning less annoying.Christian Kamm2011-10-241-2/+1
* | QmlJS checks: Warn about extra message suppressions.Christian Kamm2011-10-211-18/+61
* | QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-191-1/+33
* | QmlJS checks: Add hint about not using var/variant property types.Christian Kamm2011-10-191-12/+29
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-7/+7
* | QmlJS checks: Limit warning about unintentional empty blocks.Christian Kamm2011-10-181-2/+3
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-4/+4
* | QmlJS checks: Allow calling some builtin constructors as functions.Christian Kamm2011-10-121-1/+6
* | QmlJS checks: Hint about extra parentheses.Christian Kamm2011-10-121-0/+32
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-20/+30
* | QmlJS checks: Add hint about not using multiple statements per line.Christian Kamm2011-10-101-0/+27
* | QmlJS checks: Add warning about 'eval'.Christian Kamm2011-10-101-0/+2
* | QmlJS checks: Warn when using some builtin constructors.Christian Kamm2011-10-101-0/+27
* | QmlJS checks: Add confusing +/- check.Christian Kamm2011-10-101-0/+29
* | QmlJS checks: Add check for spacing around binary operators.Christian Kamm2011-10-101-4/+15
* | QmlJS checks: Add Hint about anonymous function formatting.Christian Kamm2011-10-101-0/+10
* | QmlJS checks: Add severity and unique id to messages.Christian Kamm2011-10-101-192/+175
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-89/+3
* | QmlJS: Allow 'var' property type.Christian Kamm2011-10-061-1/+2
|/
* QmlJS checks: Add tests and fix small bugs for 'unreachable'.Christian Kamm2011-09-201-11/+22
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-1/+1
* QmlJS checks: Don't crash if try has no catch or finally.Christian Kamm2011-09-161-2/+6
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-37/+37
* QmlJS checks: Correct the check for dangerous == and add tests.Christian Kamm2011-09-141-16/+18
* QmlJS checks: Add 'unreachable code' warnings.Christian Kamm2011-09-141-25/+231
* QmlJS checks: Improve warning about accidental empty blocks.Christian Kamm2011-09-081-0/+7
* QmlJS checks: Fix collection of use-before-declaration warnings.Christian Kamm2011-09-081-25/+13
* QmlJS checks: Don't complain about alias properties.Christian Kamm2011-09-081-0/+1
* QmlJS checks: Warn about inappropriate use of constructor functions.Christian Kamm2011-09-071-3/+58
* QmlJS: Cleanup in Check.Christian Kamm2011-09-071-21/+20
* QmlJS: Check property declaration types.Christian Kamm2011-09-061-0/+49
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-3/+2
* QmlJS: Share Context.Christian Kamm2011-08-081-10/+10
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-11/+10
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* QmlJS: Fix error location for prototype errors.Christian Kamm2011-06-241-4/+5