polserver/pol-core/bscript/compiler/model
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
..
ClassLink.cpp Add super() function call for constructors (#694) 2024-10-10 18:06:04 +02:00
ClassLink.h Add super() function call for constructors (#694) 2024-10-10 18:06:04 +02:00
CompilerWorkspace.cpp Add classinst.function member; Add is binary operator; Add funcref MTH_NEW (#701) 2024-10-10 18:06:04 +02:00
CompilerWorkspace.h Add classinst.function member; Add is binary operator; Add funcref MTH_NEW (#701) 2024-10-10 18:06:04 +02:00
FlowControlLabel.cpp Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
FlowControlLabel.h Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
FunctionLink.cpp Changes to default construction and base-class semantic analysis (#693) 2024-10-10 18:06:04 +02:00
FunctionLink.h Changes to default construction and base-class semantic analysis (#693) 2024-10-10 18:06:04 +02:00
LocalVariableScopeInfo.h Consolidate local variable scope information (#301) 2020-09-12 09:31:52 -07:00
ScopableName.cpp Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
ScopableName.h Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
ScopeName.cpp Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
ScopeName.h Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
SimpleTypes.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
UserFunctionInclusion.h Use new compiler (when configured) for compile_inc (#303) 2020-09-13 00:41:45 -07:00
UserFunctionType.h Add Escript support for uninitialized class functions (#808) 2025-09-05 23:23:59 +02:00
Variable.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
Variable.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
VariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
WarnOn.h Compiler rewrite: add global variables (#241) 2020-08-25 00:57:03 -07:00