Clang Tidy default constructor (#852)

* trigger clang tidy

* Automated clang-tidy change: modernize-use-equals-default

* compile test

---------

Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>
This commit is contained in:
turleypol 2026-01-15 22:31:14 +01:00 committed by GitHub
parent 9dbdc7e91b
commit bc9064c338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 394 additions and 375 deletions

View file

@ -5,7 +5,7 @@
namespace Pol::Bscript::Compiler
{
AbstractSyntaxTreeStringGenerator::AbstractSyntaxTreeStringGenerator() {}
AbstractSyntaxTreeStringGenerator::AbstractSyntaxTreeStringGenerator() = default;
void AbstractSyntaxTreeStringGenerator::visit_children( Node& parent )
{