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 eb6d51a commit 25af0aeCopy full SHA for 25af0ae
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