index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qmlcompiler
/
qqmljslogger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmllint: Warn about unterminated non-empty case blocks
Olivier De Cannière
33 hours
1
-1
/
+3
*
qmllint: Warn about enums declared in non-root elements
Olivier De Cannière
33 hours
1
-0
/
+2
*
qmllint: Warn about enum entries matching the name of the enum itself
Olivier De Cannière
33 hours
1
-0
/
+2
*
qmllint: Move enum warnings to linting visitor and add warning category
Olivier De Cannière
33 hours
1
-0
/
+2
*
qmllint: Warn about duplicate imports
Olivier De Cannière
5 days
1
-0
/
+2
*
qmllint: implement WarnConfusingPluses and Minuses
Sami Shalayel
5 days
1
-0
/
+4
*
qmllint: implement WarnVoid
Sami Shalayel
5 days
1
-0
/
+1
*
qmllint: implement WarnXConstructor
Sami Shalayel
5 days
1
-0
/
+3
*
qmllint: implement WarnComma
Sami Shalayel
5 days
1
-0
/
+2
*
qmllint: Warn about duplicate inline components
Olivier De Cannière
13 days
1
-0
/
+3
*
Logger: Sort logging categories
Olivier De Cannière
13 days
1
-70
/
+69
*
qmllint: Fix typo in warning description
Olivier De Cannière
13 days
1
-1
/
+1
*
qmllint: Warn about reads of non-constant and non-notifiable properties
Olivier De Cannière
2025-04-29
1
-1
/
+4
*
qmllint: warn about unreachable code
Sami Shalayel
2025-04-25
1
-2
/
+4
*
qmllint: Implement WarnFunctionUsedBeforeDeclaration
Sami Shalayel
2025-04-24
1
-0
/
+3
*
qmllint: suppress secondary messages with main message
Sami Shalayel
2025-04-10
1
-1
/
+1
*
qmllint: Warn about redundant optional chaining
Olivier De Cannière
2025-04-10
1
-1
/
+4
*
qmllint: implement WarnEval
Sami Shalayel
2025-04-04
1
-1
/
+2
*
Compiler: Ensure uniqueness of logging categories
Olivier De Cannière
2025-03-25
1
-2
/
+32
*
qmllint: implement WarnAssignmentInCondition
Sami Shalayel
2025-03-25
1
-1
/
+3
*
qmllint: fix a typo in top-level-component description
Sami Shalayel
2025-03-25
1
-1
/
+1
*
qmllint: clean up recursion-depth-errors category
Sami Shalayel
2025-03-25
1
-2
/
+1
*
qmllint: fix setting for alias cycle and unresolved alias
Sami Shalayel
2025-03-25
1
-3
/
+3
*
qmllint: register missing-enum-entry category
Sami Shalayel
2025-03-25
1
-2
/
+3
*
qmllint: put all warning categories in one central location
Sami Shalayel
2025-03-25
1
-151
/
+89
*
qmllint: avoid wasteful didYouMean calls
Sami Shalayel
2025-02-18
1
-2
/
+2
*
QmlCompiler: Clean up error handling
Ulf Hermann
2025-02-02
1
-29
/
+32
*
QmlCompiler: Introduce transactions for the logger
Ulf Hermann
2025-01-21
1
-5
/
+68
*
qmllint: warn about mixing translation functions
Sami Shalayel
2025-01-02
1
-0
/
+6
*
qmlls: put import warnings on the correct line
Sami Shalayel
2024-12-11
1
-2
/
+3
*
Compiler: Make qqmljsscope::filePath hold the source location more often
Olivier De Cannière
2024-10-31
1
-3
/
+2
*
QmlCompiler: Rename QQmlJSLogger's fileName to filePath
Olivier De Cannière
2024-10-31
1
-4
/
+4
*
QmlCompiler: Log double colon if source location missing
Ulf Hermann
2024-09-04
1
-4
/
+3
*
QQmlSA: Don't expose QQmlJS namespace
Fabian Kosmale
2023-09-21
1
-36
/
+36
*
Re-workaround the maybe-uninitialized warning from GCC 11+
Thiago Macieira
2023-08-11
1
-8
/
+10
*
QmlCompiler: Clean up some includes
Ulf Hermann
2023-06-06
1
-9
/
+9
*
QQmlSA: Create an abstraction layer for static analysis
Olivier De Cannière
2023-05-30
1
-150
/
+168
*
QmlCompiler: Simplify isRescricted checks down to only enums
Olivier De Cannière
2023-03-22
1
-1
/
+1
*
qmllint: Fix attached property re-use detection
Ulf Hermann
2023-02-14
1
-4
/
+6
*
qmllint: Uncruftify FixSuggestion
Ulf Hermann
2023-02-08
1
-49
/
+48
*
qmllint: Move qmlControlSanity loggers into a plugin
Semih Yavuz
2023-01-23
1
-7
/
+0
*
QmlCompiler: Do not print context for source locations of length 0
Ulf Hermann
2022-11-30
1
-1
/
+1
*
QQmlJSImportVisitor: warn when uncreatables are created
Sami Shalayel
2022-11-23
1
-1
/
+6
*
qmllint: Warn about duplicated signal/property names
Semih Yavuz
2022-10-22
1
-0
/
+5
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-3
/
+3
*
qmltc: reject top level components
Sami Shalayel
2022-09-19
1
-1
/
+5
*
Disable qmllint's deferred property check
Fabian Kosmale
2022-08-31
1
-1
/
+1
*
qqmljslogger: Print ids of warnings
Maximilian Goldstein
2022-07-13
1
-1
/
+2
*
qmljscompiler: Replace categories with more specific warning ids
Maximilian Goldstein
2022-07-08
1
-15
/
+65
*
qmllint: Hide plugin category
Maximilian Goldstein
2022-07-01
1
-1
/
+1
[next]