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 [skip ci]
  • Loading branch information
firewave committed Jan 20, 2024
1 parent f2bce7e commit e81a560
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 e81a560

Please sign in to comment.