mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
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:
parent
9dbdc7e91b
commit
bc9064c338
43 changed files with 394 additions and 375 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace Pol::Bscript::Compiler
|
||||
{
|
||||
AbstractSyntaxTreeStringGenerator::AbstractSyntaxTreeStringGenerator() {}
|
||||
AbstractSyntaxTreeStringGenerator::AbstractSyntaxTreeStringGenerator() = default;
|
||||
|
||||
void AbstractSyntaxTreeStringGenerator::visit_children( Node& parent )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue