Skip to content

Commit 6ec87a5

Browse files
committed
Slight tweak
I had an offline discussion with Endilll and we came up with some small adjustments.
1 parent 9e6c1d1 commit 6ec87a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/docs/LibClang.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,9 @@ changes can happen in the following (non-exhaustive) situations:
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.
383+
* Bug fixes and changes to Clang's internal implementation happen routinely and
384+
will change the behavior of callers.
385+
* Rarely, bug fixes to libclang itself.
385386

386387
The library has version macros (``CINDEX_VERSION_MAJOR``,
387388
``CINDEX_VERSION_MINOR``, and ``CINDEX_VERSION``) which can be used to test for

0 commit comments

Comments
 (0)