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 f2bce7e commit e81a560Copy full SHA for e81a560
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