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 a062529 commit cb3a387Copy full SHA for cb3a387
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