[LLVMbugs] [Bug 23713] Missing include for Documentation.h in clang-c/Index.h
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 1 21:05:53 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23713
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
We had such a #include, but removed it for 3.7; see:
http://clang.llvm.org/docs/ReleaseNotes.html#internal-api-changes
The fix is to update libclang client code to include Documentation.h if it uses
the documentation portion of the libclang API.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150602/89f422f8/attachment.html>
More information about the llvm-bugs
mailing list