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 ca59a2b commit 43335f7Copy full SHA for 43335f7
clang/lib/Index/IndexingContext.h
@@ -44,6 +44,8 @@ class IndexingContext {
44
45
public:
46
IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);
47
+ // Defaulted, but defined out of line to avoid a dependency on
48
+ // HeuristicResolver.h.
49
~IndexingContext();
50
51
const IndexingOptions &getIndexOpts() const { return IndexOpts; }
0 commit comments