We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noExplicitConstructor
google-explicit-constructor
1 parent e0d54f5 commit 19bc2ddCopy full SHA for 19bc2dd
1 file changed
lib/fwdanalysis.h
@@ -37,7 +37,7 @@ class Library;
37
*/
38
class FwdAnalysis {
39
public:
40
- FwdAnalysis(const Library &library) : mLibrary(library) {}
+ explicit FwdAnalysis(const Library &library) : mLibrary(library) {}
41
42
bool hasOperand(const Token *tok, const Token *lhs) const;
43
0 commit comments