summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 00:22:12 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-14 00:22:12 +0000
commit94f811d5b2a39f6e91d3671e16bc9614f6c8a061 (patch)
treef16e0fe3f14e16d0ca37db7e9535e0851967ab5a /docs
parent81d0e20410f31c10e9936698548fda6ccf6d0cdc (diff)
downloadclang-94f811d5b2a39f6e91d3671e16bc9614f6c8a061.tar.gz
Fix a #include cycle in the libclang headers. "Eventually" is now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bffef19986..5682f34af7 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -122,6 +122,10 @@ this section should help get you past the largest hurdles of upgrading.
objects instead of `MacroDirective` objects. This allows preserving
full information on macros imported from modules.
+- `clang-c/Index.h` no longer `#include`\s `clang-c/Documentation.h`.
+ You now need to explicitly `#include "clang-c/Documentation.h"` if
+ you use the libclang documentation API.
+
libclang
--------