[llvm-branch-commits] [cfe-branch] r311219 - Update LLVM 5.0 release notes for clang.cindex changes
Jonathan Coe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 18 18:24:47 PDT 2017
Author: jbcoe
Date: Fri Aug 18 18:24:47 2017
New Revision: 311219
URL: http://llvm.org/viewvc/llvm-project?rev=311219&view=rev
Log:
Update LLVM 5.0 release notes for clang.cindex changes
Summary: This patch should be applied to clang 5.0 release notes, NOT to trunk.
Reviewers: rengolin, hans
Reviewed By: hans
Differential Revision: https://reviews.llvm.org/D36902
Modified:
cfe/branches/release_50/docs/ReleaseNotes.rst
Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311219&r1=311218&r2=311219&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Fri Aug 18 18:24:47 2017
@@ -246,8 +246,20 @@ New Issues Found
Python Binding Changes
----------------------
+Python bindings now support both Python 2 and Python 3.
+
The following methods have been added:
+- ``is_scoped_enum`` has been added to ``Cursor``.
+
+- ``exception_specification_kind`` has been added to ``Cursor``.
+
+- ``get_address_space`` has been added to ``Type``.
+
+- ``get_typedef_name`` has been added to ``Type``.
+
+- ``get_exception_specification_kind`` has been added to ``Type``.
+
- ...
Significant Known Problems
More information about the llvm-branch-commits
mailing list