Skip to content

Commit

Permalink
fwdanalysis.h: fixed noExplicitConstructor selfcheck and `google-ex…
Browse files Browse the repository at this point in the history
…plicit-constructor` clang-tidy warning
  • Loading branch information
firewave committed Dec 4, 2023
1 parent 94fab2c commit 74fdbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fwdanalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Library;
*/
class FwdAnalysis {
public:
FwdAnalysis(const Library &library) : mLibrary(library) {}
explicit FwdAnalysis(const Library &library) : mLibrary(library) {}

bool hasOperand(const Token *tok, const Token *lhs) const;

Expand Down

0 comments on commit 74fdbad

Please sign in to comment.