]> granicus.if.org Git - clang/commitdiff
Unify coding style.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Jun 2009 00:50:23 +0000 (00:50 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 1 Jun 2009 00:50:23 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72682 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/PCHWriterDecl.cpp

index c3d968ef261b88e41ddbbd869f93bf54d3700b41..67346619978ed2ac6cb59f7ac50154a2022e94fb 100644 (file)
@@ -485,7 +485,7 @@ void PCHWriter::WriteDeclsBlock(ASTContext &Context) {
     }
 
     // Determine the ID for this declaration
-    pch::DeclIDID = DeclIDs[D];
+    pch::DeclID &ID = DeclIDs[D];
     if (ID == 0)
       ID = DeclIDs.size();