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
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
------------