summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings
Commit message (Expand)AuthorAgeFilesLines
* Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-063-3/+3
* GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`Danil Alexeev2024-05-174-4/+22
* GDScript: Suppress unused constant warning with underscoreGeorge Marques2024-04-182-0/+9
* GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-102-3/+23
* GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-123-1/+14
* GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...20kdc2024-03-012-9/+29
* GDScript: Reorganize and unify warningsDanil Alexeev2023-04-2811-12/+12
* Merge pull request #72971 from vnen/gdscript-multiline-commentRémi Verschelde2023-02-092-6/+1
|\
| * GDScript: Allow strings as multiline commentsGeorge Marques2023-02-092-6/+1
* | GDScript: Be more lenient with identifiersGeorge Marques2023-02-092-1/+12
|/
* GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-4/+4
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-212-0/+11
* GDScript: Make using return of void function an errorGeorge Marques2022-12-302-11/+0
* change RETURN_VALUE_DISCARDED GDScript warn textsouplamp2022-11-211-1/+1
* Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-142-0/+18
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-131-0/+4
* Merge pull request #55201 from Scony/fix-unreachable-code-false-positiveRémi Verschelde2022-05-182-0/+18
|\
| * Fix 'unreachable-code' false-positive, fixes #55154Pawel Lampe2021-11-212-0/+18
* | GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-032-0/+36
* | Fix shadowed global identifier warning duplicationYuri Roubinsky2021-12-131-4/+4
* | Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-132-0/+11
|/
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1433-1/+221
* Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-118-0/+25
* Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)2021-04-162-0/+7