diff options
| author | Stephen Kelly <steveire@gmail.com> | 2018-08-09 21:09:38 +0000 |
|---|---|---|
| committer | Stephen Kelly <steveire@gmail.com> | 2018-08-09 21:09:38 +0000 |
| commit | 1c301dcbc4e590d6706c5201892ed971a5be8945 (patch) | |
| tree | 696062f06ef2f808547a028590cefaf9d5235cc5 /clang/lib/CodeGen/CGBlocks.cpp | |
| parent | f2ceec4811c3587056344dd5ef8d819261e256ad (diff) | |
| download | bcm5719-llvm-1c301dcbc4e590d6706c5201892ed971a5be8945.tar.gz bcm5719-llvm-1c301dcbc4e590d6706c5201892ed971a5be8945.zip | |
Port getLocEnd -> getEndLoc
Reviewers: teemperor!
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D50351
llvm-svn: 339386
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGBlocks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp index 281a3d623be..5d03477e9bd 100644 --- a/clang/lib/CodeGen/CGBlocks.cpp +++ b/clang/lib/CodeGen/CGBlocks.cpp @@ -1338,7 +1338,7 @@ CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, CurGD = GD; - CurEHLocation = blockInfo.getBlockExpr()->getLocEnd(); + CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); BlockInfo = &blockInfo; |

