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 1e77a78 commit 772c950Copy full SHA for 772c950
infra/indexer/frontend/ast_visitor.h
@@ -42,7 +42,6 @@ class AstVisitor : public clang::RecursiveASTVisitor<AstVisitor> {
42
clang::CompilerInstance& compiler)
43
: index_(index),
44
context_(context),
45
- compiler_(compiler),
46
sema_(compiler.getSema()) {}
47
48
bool shouldVisitImplicitCode() const { return true; }
@@ -101,7 +100,6 @@ class AstVisitor : public clang::RecursiveASTVisitor<AstVisitor> {
101
100
102
InMemoryIndex &index_;
103
clang::ASTContext &context_;
104
- clang::CompilerInstance &compiler_;
105
clang::Sema& sema_;
106
107
struct CachedEntityId {
0 commit comments