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