| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | guide.rst | 23 All "System |LANG|" warnings are divided into the following categories: 25 #. **Subset warnings**: Part of |LANG| that is common with |TS|. 28 #. **Non-subset warnings**: Part of |LANG| that differs from |TS|. 34 * **ets-subset-warnings** : Enable all ETS-warnings to keep the code in subset with |T… 35 * **ets-non-subset-warnings** : Enable all ETS-warnings that are not in subset with |TS|. 36 * **ets-warnings-all** : Enable all ETS-warnings in "System |LANG|". 37 * **ets-werror** : Treat all enabled ETS-warnings as errors. 46 To see "System |LANG|" warnings, add "System |LANG|" options from the list above while compiling. 72 4. Look through the ETS-Warnings in the output. For the code in the example 73 above, "System |LANG|" gives the following warnings: [all …]
|
| D | intro.rst | 20 on how to rewrite your |LANG| code by using System |LANG| warnings.
|
| D | suppression.rst | 42 If there is no argument, then all warnings will be suppressed. 51 …so valid. The list of possible arguments is the same as the list of ETS-warnings. Add any type of …
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/ |
| D | runner_ets_system.py | 35 ALL_WARNINGS = ["--ets-warnings"] 36 BOOST_EQUALITY_STATEMENTS = ["--ets-warnings:enable=ets-boost-equality-statement"] 37 IMPLICIT_BOXING_UNBOXING = ["--ets-warnings:enable=ets-implicit-boxing-unboxing"] 38 PROHIBIT_TOP_LEVEL_STATEMENTS = ["--ets-warnings:enable=ets-prohibit-top-level-statements"] 39 REMOVE_ASYNC = ["--ets-warnings:enable=ets-remove-async"] 40 REMOVE_LAMBDA = ["--ets-warnings:enable=ets-remove-lambda"] 41 SUGGEST_FINAL = ["--ets-warnings:enable=ets-suggest-final"] 42 SUPPRESSION_TESTS = ["--ets-warnings"] 43 WERROR_TESTS = ["--ets-warnings:werror"]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_safe_delete_info_test.cpp | 40 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 45 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 63 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 85 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 90 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 111 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 116 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 136 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 154 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() 159 // NOLINTNEXTLINE(readability-identifier-naming,-warnings-as-errors) in TEST_F() [all …]
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-report-generation.puactivity | 19 ->Files with warnings; 20 :Filter same warnings; 21 :Remove supressed warnings;
|
| D | static-analyzer-warnings-generation.puactivity | 16 title Creation of files with warnings 36 :Write warnings to the file;
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-report-generation-activity.plantuml | 19 ->Files with warnings; 20 :Filter same warnings; 21 :Remove supressed warnings;
|
| D | static-analyzer-warnings-generation-activity.plantuml | 16 title Creation of files with warnings 36 :Write warnings to the file;
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/multiple_config_test/ |
| D | multiple_config_test.py | 73 self.assertListEqual(yaml.warnings(), []) 110 self.assertListEqual(yaml.warnings(), []) 143 for warning in yaml.warnings(): 145 self.assertEqual(len(yaml.warnings()), 2) 178 for warning in yaml.warnings(): 180 self.assertEqual(len(yaml.warnings()), 2) 213 for warning in yaml.warnings(): 216 self.assertEqual(len(yaml.warnings()), 2) 251 for warning in yaml.warnings(): 254 self.assertEqual(len(yaml.warnings()), 1) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/ |
| D | test_expect.py | 18 import warnings 30 with warnings.catch_warnings(record=True) as w: 39 with warnings.catch_warnings(record=True) as w:
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | samples_record.h | 67 // NOLINTBEGIN(misc-non-private-member-variables-in-classes,-warnings-as-errors) 70 // NOLINTEND(misc-non-private-member-variables-in-classes,-warnings-as-errors) 78 // NOLINTBEGIN(misc-non-private-member-variables-in-classes,-warnings-as-errors) 81 // NOLINTEND(misc-non-private-member-variables-in-classes,-warnings-as-errors)
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.yaml | 126 - name: ets-warnings 127 description: Enable ETS-warnings 144 description: Treat all enabled warnings as errors 146 description: Specify warnings to enable. Overrided by ':disable=' suboption. 152 description: Specify warnings to disable. Overrides ':enable=' suboption. 268 - name: warnings 270 description: Print warnings and continue compilation even if AST tree is incorrect.
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/ |
| D | StatisticsLogger.ts | 50 let warnings = 0; 62 warnings++; 86 warnings, 97 const warningRate = (problemStats.warnings / fileStats.visitedNodes * 100).toFixed(2); 169 totalWarnings += problemStats.warnings;
|
| D | FileProblemStatistics.ts | 18 warnings: number; property
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/not_initialized_variable/ |
| D | import_types.ets | 20 // HERE SHOULD BE WARNINGS, BUT THERE AREN'T
|
| /arkcompiler/runtime_core/static_core/patches/zydis/ |
| D | 0002-Remove-chromium_code-config-for-OHOS-builds.patch | 6 This config enables extra warnings with -Werror resulting in Zydis build
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_this.py | 18 import warnings 113 … warnings.warn(f"Unknown breakpoint on line {paused.frame().data.location.line_number}")
|
| D | test_steps.py | 19 import warnings 77 warnings.warn(msg, RuntimeExitStatusWarning)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | expect.py | 22 import warnings 102 warnings.warn_explicit(
|
| /arkcompiler/ets_frontend/ets2panda/bindings/ |
| D | BUILD.gn | 103 "-Wl,--fatal-warnings", 159 "-Wl,--fatal-warnings", 255 "-Wl,--fatal-warnings", 311 "-Wl,--fatal-warnings",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/dynamic/ |
| D | test_dynamic_resolve.py | 19 import warnings 90 warnings.warn(msg, RuntimeExitStatusWarning)
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | README.md | 100 ## Errors and Warnings skipping 114 If the option "SkipWarnings" is set to "true" there is no matching of expected warnings with actual…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | explicit_gc_test.cpp | 40 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions,-warnings-as-errors) 83 // NOLINTNEXTLINE(readability-magic-numbers,-warnings-as-errors) in TEST_F()
|
| /arkcompiler/runtime_core/assembler/ |
| D | error.h | 100 // Warnings
|