sammccall added a comment.
In https://reviews.llvm.org/D40439#935678, @bkramer wrote:
> There are a few users of the C++ API out there, do we have migration path for
> them?
Do we have any idea what these look like?
One option would be to keep the functionality on the JSONCompilationDatabase
bkramer added a comment.
There are a few users of the C++ API out there, do we have migration path for
them?
https://reviews.llvm.org/D40439
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
sammccall created this revision.
Herald added a subscriber: klimek.
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.
https://reviews.llvm.org/D40439
Fil