Skip to content

Commit cb3a387

Browse files
committed
fwdanalysis.h: fixed noExplicitConstructor selfcheck and google-explicit-constructor clang-tidy warning [skip ci]
1 parent a062529 commit cb3a387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fwdanalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Library;
3737
*/
3838
class FwdAnalysis {
3939
public:
40-
FwdAnalysis(const Library &library) : mLibrary(library) {}
40+
explicit FwdAnalysis(const Library &library) : mLibrary(library) {}
4141

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

0 commit comments

Comments
 (0)