Skip to content

Commit eeeb71e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Index/IndexingContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class IndexingContext {
4444

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

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

0 commit comments

Comments
 (0)