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 fd9739fCopy full SHA for fd9739f
clang/lib/Index/IndexingContext.h
@@ -44,6 +44,9 @@ 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 (unique_ptr requires a complete type at
49
+ // the point where its destructor is called).
50
~IndexingContext();
51
52
const IndexingOptions &getIndexOpts() const { return IndexOpts; }
0 commit comments