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 eb7dea8 commit ebeac6cCopy full SHA for ebeac6c
clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h
@@ -51,7 +51,6 @@ class UnusedUsingDeclsCheck : public ClangTidyCheck {
51
std::vector<UsingDeclContext> Contexts;
52
llvm::SmallPtrSet<const Decl *, 32> UsingTargetDeclsCache;
53
54
- StringRef RawStringHeaderFileExtensions;
55
FileExtensionsSet HeaderFileExtensions;
56
};
57
0 commit comments