We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6c1d1 commit 6ec87a5Copy full SHA for 6ec87a5
clang/docs/LibClang.rst
@@ -380,8 +380,9 @@ changes can happen in the following (non-exhaustive) situations:
380
period.
381
* Using implementation details, such as names or comments that say something
382
is "private", "reserved", "internal", etc.
383
-* Bug fixes or changes to Clang's internal implementation, or (rarely), bug
384
- fixes to libclang itself.
+* Bug fixes and changes to Clang's internal implementation happen routinely and
+ will change the behavior of callers.
385
+* Rarely, bug fixes to libclang itself.
386
387
The library has version macros (``CINDEX_VERSION_MAJOR``,
388
``CINDEX_VERSION_MINOR``, and ``CINDEX_VERSION``) which can be used to test for
0 commit comments