[llvm-branch-commits] [cfe-branch] r340375 - Notify pending API removal in the release notes
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 21 17:53:19 PDT 2018
Author: hans
Date: Tue Aug 21 17:53:19 2018
New Revision: 340375
URL: http://llvm.org/viewvc/llvm-project?rev=340375&view=rev
Log:
Notify pending API removal in the release notes
Patch by Stephen Kelly.
Differential Revision: https://reviews.llvm.org/D51069
Modified:
cfe/branches/release_70/docs/ReleaseNotes.rst
Modified: cfe/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_70/docs/ReleaseNotes.rst?rev=340375&r1=340374&r2=340375&view=diff
==============================================================================
--- cfe/branches/release_70/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_70/docs/ReleaseNotes.rst Tue Aug 21 17:53:19 2018
@@ -265,7 +265,10 @@ These are major API changes that have ha
Clang. If upgrading an external codebase that uses Clang as a library,
this section should help get you past the largest hurdles of upgrading.
-- ...
+- The methods ``getLocStart``, ``getStartLoc`` and ``getLocEnd`` in the AST
+ classes are deprecated. New APIs ``getBeginLoc`` and ``getEndLoc`` should
+ be used instead. While the old methods remain in this release, they will
+ not be present in the next release of Clang.
AST Matchers
------------
More information about the llvm-branch-commits
mailing list