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 583a258 commit 7a48039Copy full SHA for 7a48039
clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
@@ -14,7 +14,7 @@ using namespace clang::ast_matchers;
14
namespace {
15
16
AST_MATCHER(clang::LinkageSpecDecl, isExternCLinkage) {
17
- return Node.getLanguage() == clang::LinkageSpecDecl::lang_c;
+ return Node.getLanguage() == clang::LinkageSpecLanguageIDs::C;
18
}
19
} // namespace
20
0 commit comments