polserver/pol-core/bscript/compiler/analyzer
turleypol da2943acb8
Tidy copy initialization (#859)
* trigger tidy

* copy&move BApplicPtr obj
always commit tidy changes

* move PolObject

* fix house add_component

* Automated clang-tidy change: performance-unnecessary-copy-initialization,performance-unnecessary-value-param

* Revert "Automated clang-tidy change: performance-unnecessary-copy-initialization,performance-unnecessary-value-param"

This reverts commit bb6aab13dbdfa4aaf420cdaafaf22940f241fc5b.

* performance-unnecessary-value-param gives some weird suggestions

* Automated clang-tidy change: performance-unnecessary-copy-initialization

* minor performance improvements

* added used tidy check

* missing dependency

* renamed build so its no longer requires?

* better add docs for the sneaky fix

* silence pr check, not all headers can be compiled seperatly

---------

Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>
2026-01-19 08:17:28 +01:00
..
Constants.cpp Enum class fixes (#805) 2025-08-19 09:07:02 +02:00
Constants.h Add support for const declarations (#264) 2020-09-01 00:54:24 -07:00
Disambiguator.cpp Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00
Disambiguator.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ExpressionEvaluator.cpp Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
ExpressionEvaluator.h Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
FlowControlScope.cpp use new formatter for ERROR_PRINT, added ERROR_PRINTLN (#595) 2024-01-12 06:51:44 +01:00
FlowControlScope.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FlowControlScopes.cpp use new formatter for ERROR_PRINT, added ERROR_PRINTLN (#595) 2024-01-12 06:51:44 +01:00
FlowControlScopes.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FunctionVariableScope.cpp misc clang-tidy (#853) 2026-01-16 12:22:43 +00:00
FunctionVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScope.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScopes.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScopes.h var statements in program blocks (#256) 2020-08-30 01:32:38 -07:00
SemanticAnalyzer.cpp ClangTidy readability-else-after-return (#857) 2026-01-18 09:35:52 +01:00
SemanticAnalyzer.h Fix handling of byref, rest, and default parameters in uninitialized functions (#814) 2025-09-06 17:26:06 +02:00
ShortCircuitWarning.cpp Short Circuit Optimizer (#797) 2025-07-28 21:48:34 +02:00
ShortCircuitWarning.h Short Circuit Optimizer (#797) 2025-07-28 21:48:34 +02:00
Variables.cpp use c++20 (#799) 2025-08-01 21:40:10 +02:00
Variables.h Clang Tidy replace typedefs with more readable using (#854) 2026-01-16 18:45:47 +01:00