diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
commit | d473363876d4b582c3bea969f4a4efffa7607f87 (patch) | |
tree | 27b188c9c0469ffa0437d77407ec520cb9920c56 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 62acf8624c135d6d679d94bbc22711b92a9ea781 (diff) | |
download | bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.tar.gz bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.zip |
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities in nearby lines.
llvm-svn: 196466
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 451a6848baf..df6868ab1a5 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -2278,7 +2278,7 @@ void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, llvm::DICompositeType ContainingType; const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { - // Seek non virtual primary base root. + // Seek non-virtual primary base root. while (1) { const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); const CXXRecordDecl *PBT = BRL.getPrimaryBase(); |