Skip to content

Commit 43335f7

Browse files
[clang][Index] Add comment about out-of-line defaulted destructor
1 parent ca59a2b commit 43335f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Index/IndexingContext.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class IndexingContext {
4444

4545
public:
4646
IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);
47+
// Defaulted, but defined out of line to avoid a dependency on
48+
// HeuristicResolver.h.
4749
~IndexingContext();
4850

4951
const IndexingOptions &getIndexOpts() const { return IndexOpts; }

0 commit comments

Comments
 (0)