In practice, these methods aren't used, and several databases don't
implement them.
They remain in libclang as a stub for binary compatibility.
c-index-tests are modified not to rely on them.
Details
Details
- Reviewers
bkramer
Diff Detail
Diff Detail
- Build Status
Buildable 12451 Build 12451: arc lint + arc unit
Event Timeline
Comment Actions
Do we have any idea what these look like?
One option would be to keep the functionality on the JSONCompilationDatabase implementation (which properly supports it), and remove it from the interface.