[PATCH] D50348: :Add getEndLoc API to replace getLocEnd

2018-08-09 Thread Stephen Kelly via Phabricator via cfe-commits
steveire added a comment. Accepted as part of a whole-branch review here: http://clang-developers.42468.n3.nabble.com/getLocStart-versus-getStartLoc-td4061010.html Repository: rL LLVM https://reviews.llvm.org/D50348 ___ cfe-commits mailing list

[PATCH] D50348: :Add getEndLoc API to replace getLocEnd

2018-08-09 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL339374: Add getEndLoc API to replace getLocEnd (authored by steveire, committed by ). Herald added a subscriber:

[PATCH] D50348: :Add getEndLoc API to replace getLocEnd

2018-08-06 Thread Stephen Kelly via Phabricator via cfe-commits
steveire created this revision. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D50348 Files: include/clang/AST/Comment.h include/clang/AST/Decl.h include/clang/AST/DeclBase.h include/clang/AST/DeclCXX.h include/clang/AST/DeclObjC.h