polserver/pol-core/bscript/compiler/codegen
turleypol bce1154d7a
ClangTidy readability-else-after-return (#857)
* trigger tidy

* Automated clang-tidy change: readability-else-after-return

* compile test

* rerun

* Automated clang-tidy change: readability-else-after-return

* trigger..

* Automated clang-tidy change: readability-else-after-return

* manually removed a few

* Automated clang-tidy change: readability-else-after-return

* removed duplicate code

* fix remaining warnings

* fixed scope

---------

Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>
2026-01-18 09:35:52 +01:00
..
AbstractSyntaxTreeStringGenerator.cpp Clang Tidy default constructor (#852) 2026-01-15 22:31:14 +01:00
AbstractSyntaxTreeStringGenerator.h Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
CaseDispatchGroupVisitor.cpp Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
CaseDispatchGroupVisitor.h Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
CaseJumpDataBlock.cpp Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
CaseJumpDataBlock.h Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
ClassDeclarationRegistrar.cpp Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
ClassDeclarationRegistrar.h Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
CodeEmitter.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
CodeEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CodeGenerator.cpp misc clang-tidy (#853) 2026-01-16 12:22:43 +00:00
CodeGenerator.h Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
DataEmitter.cpp ClangTidy readability-else-after-return (#857) 2026-01-18 09:35:52 +01:00
DataEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugBlockGuard.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugBlockGuard.h New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
FunctionReferenceRegistrar.cpp use c++20 (#799) 2025-08-01 21:40:10 +02:00
FunctionReferenceRegistrar.h Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
InstructionEmitter.cpp misc clang-tidy (#853) 2026-01-16 12:22:43 +00:00
InstructionEmitter.h Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
InstructionGenerator.cpp Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
InstructionGenerator.h Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
ModuleDeclarationRegistrar.cpp Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00
ModuleDeclarationRegistrar.h New compiler: Add AST nodes for function calls. Can compile hello world. (#240) 2020-08-24 01:47:38 -07:00