This revision was automatically updated to reflect the committed changes.
Closed by commit rG93c87fc06eca: [index] Improve macro indexing support
(authored by benlangmuir).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99758/new/
https://reviews.llv
benlangmuir updated this revision to Diff 334837.
benlangmuir added a comment.
Fix clang-tidy warnings
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99758/new/
https://reviews.llvm.org/D99758
Files:
clang/include/clang/Index/DeclOccurrence.h
clang/include/clang/Index/IndexingOption
benlangmuir updated this revision to Diff 334820.
benlangmuir added a comment.
Fix the incomplete type issue with PointerUnion in DeclOccurrence. h. I'm not
actually sure how that code compiles without error with other versions of clang.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99
benlangmuir updated this revision to Diff 334808.
benlangmuir added a comment.
Fixed clang-format issue.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99758/new/
https://reviews.llvm.org/D99758
Files:
clang/include/clang/Index/DeclOccurrence.h
clang/include/clang/Index/IndexingOpti
benlangmuir created this revision.
benlangmuir added reviewers: akyrtzi, sammccall.
Herald added a subscriber: arphaman.
benlangmuir requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The major change here is to index macro occurrences in more