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.
1 parent dcf8bd0 commit a5ed890Copy full SHA for a5ed890
clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
@@ -27,7 +27,7 @@ struct ClassifiedToken {
27
class UseTrailingReturnTypeCheck : public ClangTidyCheck {
28
public:
29
UseTrailingReturnTypeCheck(StringRef Name, ClangTidyContext *Context)
30
- : ClangTidyCheck(Name, Context) {};
+ : ClangTidyCheck(Name, Context) {}
31
bool isLanguageVersionSupported(const LangOptions &LangOpts) const override {
32
return LangOpts.CPlusPlus11;
33
}
0 commit comments