aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljslogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Warn about unterminated non-empty case blocksOlivier De Cannière33 hours1-1/+3
* qmllint: Warn about enums declared in non-root elementsOlivier De Cannière33 hours1-0/+2
* qmllint: Warn about enum entries matching the name of the enum itselfOlivier De Cannière33 hours1-0/+2
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière33 hours1-0/+2
* qmllint: Warn about duplicate importsOlivier De Cannière5 days1-0/+2
* qmllint: implement WarnConfusingPluses and MinusesSami Shalayel5 days1-0/+4
* qmllint: implement WarnVoidSami Shalayel5 days1-0/+1
* qmllint: implement WarnXConstructorSami Shalayel5 days1-0/+3
* qmllint: implement WarnCommaSami Shalayel5 days1-0/+2
* qmllint: Warn about duplicate inline componentsOlivier De Cannière13 days1-0/+3
* Logger: Sort logging categoriesOlivier De Cannière13 days1-70/+69
* qmllint: Fix typo in warning descriptionOlivier De Cannière13 days1-1/+1
* qmllint: Warn about reads of non-constant and non-notifiable propertiesOlivier De Cannière2025-04-291-1/+4
* qmllint: warn about unreachable codeSami Shalayel2025-04-251-2/+4
* qmllint: Implement WarnFunctionUsedBeforeDeclarationSami Shalayel2025-04-241-0/+3
* qmllint: suppress secondary messages with main messageSami Shalayel2025-04-101-1/+1
* qmllint: Warn about redundant optional chainingOlivier De Cannière2025-04-101-1/+4
* qmllint: implement WarnEvalSami Shalayel2025-04-041-1/+2
* Compiler: Ensure uniqueness of logging categoriesOlivier De Cannière2025-03-251-2/+32
* qmllint: implement WarnAssignmentInConditionSami Shalayel2025-03-251-1/+3
* qmllint: fix a typo in top-level-component descriptionSami Shalayel2025-03-251-1/+1
* qmllint: clean up recursion-depth-errors categorySami Shalayel2025-03-251-2/+1
* qmllint: fix setting for alias cycle and unresolved aliasSami Shalayel2025-03-251-3/+3
* qmllint: register missing-enum-entry categorySami Shalayel2025-03-251-2/+3
* qmllint: put all warning categories in one central locationSami Shalayel2025-03-251-151/+89
* qmllint: avoid wasteful didYouMean callsSami Shalayel2025-02-181-2/+2
* QmlCompiler: Clean up error handlingUlf Hermann2025-02-021-29/+32
* QmlCompiler: Introduce transactions for the loggerUlf Hermann2025-01-211-5/+68
* qmllint: warn about mixing translation functionsSami Shalayel2025-01-021-0/+6
* qmlls: put import warnings on the correct lineSami Shalayel2024-12-111-2/+3
* Compiler: Make qqmljsscope::filePath hold the source location more oftenOlivier De Cannière2024-10-311-3/+2
* QmlCompiler: Rename QQmlJSLogger's fileName to filePathOlivier De Cannière2024-10-311-4/+4
* QmlCompiler: Log double colon if source location missingUlf Hermann2024-09-041-4/+3
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-211-36/+36
* Re-workaround the maybe-uninitialized warning from GCC 11+Thiago Macieira2023-08-111-8/+10
* QmlCompiler: Clean up some includesUlf Hermann2023-06-061-9/+9
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-150/+168
* QmlCompiler: Simplify isRescricted checks down to only enumsOlivier De Cannière2023-03-221-1/+1
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-141-4/+6
* qmllint: Uncruftify FixSuggestionUlf Hermann2023-02-081-49/+48
* qmllint: Move qmlControlSanity loggers into a pluginSemih Yavuz2023-01-231-7/+0
* QmlCompiler: Do not print context for source locations of length 0Ulf Hermann2022-11-301-1/+1
* QQmlJSImportVisitor: warn when uncreatables are createdSami Shalayel2022-11-231-1/+6
* qmllint: Warn about duplicated signal/property namesSemih Yavuz2022-10-221-0/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* qmltc: reject top level componentsSami Shalayel2022-09-191-1/+5
* Disable qmllint's deferred property checkFabian Kosmale2022-08-311-1/+1
* qqmljslogger: Print ids of warningsMaximilian Goldstein2022-07-131-1/+2
* qmljscompiler: Replace categories with more specific warning idsMaximilian Goldstein2022-07-081-15/+65
* qmllint: Hide plugin categoryMaximilian Goldstein2022-07-011-1/+1