[PATCH] D99758: [index] Improve macro indexing support

2021-04-06 Thread Ben Langmuir via Phabricator via cfe-commits
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

[PATCH] D99758: [index] Improve macro indexing support

2021-04-01 Thread Ben Langmuir via Phabricator via cfe-commits
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

[PATCH] D99758: [index] Improve macro indexing support

2021-04-01 Thread Ben Langmuir via Phabricator via cfe-commits
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

[PATCH] D99758: [index] Improve macro indexing support

2021-04-01 Thread Ben Langmuir via Phabricator via cfe-commits
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

[PATCH] D99758: [index] Improve macro indexing support

2021-04-01 Thread Ben Langmuir via Phabricator via cfe-commits
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