File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -373,13 +373,15 @@ implementation of the facilities by Clang may change behavior as bugs are
373373fixed, features get implemented, etc.
374374
375375The library should be ABI and API stable over time, but ABI- and API-breaking
376- changes can happen in the following situations:
376+ changes can happen in the following (non-exhaustive) situations:
377377
378378* Adding new enumerator to an enumeration (can be ABI-breaking in C++).
379379* Removing an explicitly deprecated API after a suitably long deprecation
380380 period.
381381* Using implementation details, such as names or comments that say something
382382 is "private", "reserved", "internal", etc.
383+ * Bug fixes or changes to Clang's internal implementation, or (rarely), bug
384+ fixes to libclang itself.
383385
384386The library has version macros (``CINDEX_VERSION_MAJOR ``,
385387``CINDEX_VERSION_MINOR ``, and ``CINDEX_VERSION ``) which can be used to test for
You can’t perform that action at this time.
0 commit comments