Skip to content

Commit 19bc2dd

Browse files
committed
fwdanalysis.h: fixed noExplicitConstructor selfcheck and google-explicit-constructor clang-tidy warning
1 parent e0d54f5 commit 19bc2dd

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)