[PATCH] D51069: Notify pending API removal in the release notes

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 21 16:35:36 PDT 2018


steveire created this revision.
Herald added a subscriber: cfe-commits.

Repository:
  rC Clang

https://reviews.llvm.org/D51069

Files:
  ReleaseNotes.rst


Index: ReleaseNotes.rst
===================================================================
--- ReleaseNotes.rst
+++ ReleaseNotes.rst
@@ -265,7 +265,10 @@
 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
 ------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51069.161841.patch
Type: text/x-patch
Size: 623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180821/4f975e81/attachment.bin>


More information about the cfe-commits mailing list