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 05c43b0 commit c725400Copy full SHA for c725400
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