]> granicus.if.org Git - clang/commitdiff
Notify pending API removal in the release notes
authorHans Wennborg <hans@hanshq.net>
Wed, 22 Aug 2018 00:53:19 +0000 (00:53 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 22 Aug 2018 00:53:19 +0000 (00:53 +0000)
Patch by Stephen Kelly.

Differential Revision: https://reviews.llvm.org/D51069

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@340375 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 06512d067e55b32f90cebb99b63b250593119a7e..b0917d4c12e8e44aeda1c69ff227b607489afde6 100644 (file)
@@ -265,7 +265,10 @@ These are major API changes that have happened since the 6.0.0 release of
 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
 ------------