aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsloggingutils.h
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Avoid spurious warnings when file selectors are usedFabian Kosmale2025-07-181-0/+1
* qmllint: Warn about using enums as type annotations in functionsOlivier De Cannière2025-06-101-1/+2
* qmllint: implement MaybeWarnEqualityTypeCoercionSami Shalayel2025-05-311-0/+1
* qmllint: Warn about unintentional empty blocksOlivier De Cannière2025-05-301-0/+1
* qmllint: Suggest specific types instead of varOlivier De Cannière2025-05-301-0/+1
* qmllint: Warn about Components that don't have exactly one QML childOlivier De Cannière2025-05-301-0/+1
* qmllint: implement WarnConfusingExpressionStatementSami Shalayel2025-05-221-0/+1
* QQmlJSLinter: add crude context properties warningsSami Shalayel2025-05-221-0/+1
* qmllint: Warn about unterminated non-empty case blocksOlivier De Cannière2025-05-191-0/+1
* qmllint: Warn about enums declared in non-root elementsOlivier De Cannière2025-05-191-0/+1
* qmllint: Warn about enum entries matching the name of the enum itselfOlivier De Cannière2025-05-191-0/+1
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière2025-05-191-0/+1
* qmllint: Warn about duplicate importsOlivier De Cannière2025-05-161-0/+1
* qmllint: implement WarnConfusingPluses and MinusesSami Shalayel2025-05-161-0/+2
* qmllint: implement WarnVoidSami Shalayel2025-05-161-0/+1
* qmllint: implement WarnXConstructorSami Shalayel2025-05-161-0/+1
* qmllint: implement WarnCommaSami Shalayel2025-05-161-0/+1
* qmllint: Warn about duplicate inline componentsOlivier De Cannière2025-05-081-0/+1
* Logger: Sort logging categoriesOlivier De Cannière2025-05-081-31/+31
* qmllint: Warn about reads of non-constant and non-notifiable propertiesOlivier De Cannière2025-04-291-0/+1
* qmllint: warn about unreachable codeSami Shalayel2025-04-251-0/+1
* qmllint: Implement WarnFunctionUsedBeforeDeclarationSami Shalayel2025-04-241-0/+1
* qmllint: Warn about redundant optional chainingOlivier De Cannière2025-04-101-0/+1
* qmllint: implement WarnEvalSami Shalayel2025-04-041-0/+1
* qmllint: implement WarnAssignmentInConditionSami Shalayel2025-03-251-0/+1
* qmllint: warn about mixing translation functionsSami Shalayel2025-01-021-0/+1
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-211-38/+38
* QmlCompiler: Change it to public moduleFabian Kosmale2023-09-011-3/+3
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-301-36/+0
* QQmlSA: Mark move SMF noexcept and specify alignment for fast-PIMPLsOlivier De Cannière2023-05-311-2/+2
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-0/+118