diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:58 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:58 +0000 |
commit | 8c363622d35cee1fc38ab4d484c095adfe435a42 (patch) | |
tree | 9ffd5768c9451b2279b8a9d7e69fd02d4e0850e1 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | ffbc4d0b68b44d16f4542bf15d9b09ee4b9c852f (diff) | |
download | bcm5719-llvm-8c363622d35cee1fc38ab4d484c095adfe435a42.tar.gz bcm5719-llvm-8c363622d35cee1fc38ab4d484c095adfe435a42.zip |
Formatting.
llvm-svn: 147989
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 46a50e555bc..31e4bcf5f88 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -887,7 +887,7 @@ void CGDebugInfo:: CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) { - for (CXXRecordDecl::friend_iterator BI = RD->friend_begin(), + for (CXXRecordDecl::friend_iterator BI = RD->friend_begin(), BE = RD->friend_end(); BI != BE; ++BI) { if ((*BI)->isUnsupportedFriend()) continue; |