-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doccursor: always use the Clang cursor internally
We want to start improving the API in ways that will no longer mimic the Clang's cursor one. We need to prevent (e.g.) our cursor `type` property turns out to mean something different than Clang's own namesake (spoiler: it will!). There might be a few cases where the result might be the same, but that will not be obvious most of the times and it may still pose a performance issue anyway. As a rule, we stick to using the Clang cursor everywhere we can.
- Loading branch information
1 parent
f64e384
commit 055100f
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters