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 25ecc5a commit 6f24abfCopy full SHA for 6f24abf
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