Skip to content

Commit

Permalink
[clang-tidy] Remove redundant string initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Nov 20, 2023
1 parent 4a3c759 commit fbe90b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ClangPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ namespace clad {
: DumpSourceFn(false), DumpSourceFnAST(false), DumpDerivedFn(false),
DumpDerivedAST(false), GenerateSourceFile(false),
ValidateClangVersion(true), EnableTBRAnalysis(false),
CustomEstimationModel(false), PrintNumDiffErrorInfo(false),
CustomModelName("") {}
CustomEstimationModel(false), PrintNumDiffErrorInfo(false) {}

bool DumpSourceFn : 1;
bool DumpSourceFnAST : 1;
Expand Down

0 comments on commit fbe90b8

Please sign in to comment.