]> granicus.if.org Git - clang/commitdiff
Add a comment for something that confused me.
authorNico Weber <nicolasweber@gmx.de>
Mon, 8 Sep 2014 16:11:15 +0000 (16:11 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 8 Sep 2014 16:11:15 +0000 (16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217384 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index aaadbd4633c7312660f4cb43fc4146640399ef46..24f3ac2051169bfe30ea443d498353a635472c77 100644 (file)
@@ -3396,6 +3396,7 @@ llvm::Constant *CodeGenModule::EmitUuidofInitializer(StringRef Uuid,
     else                                         assert(isHexDigit(Uuid[i]));
   }
 
+  // The starts of all bytes of Field3 in Uuid. Field 3 is "1234-1234567890ab".
   const unsigned Field3ValueOffsets[8] = { 19, 21, 24, 26, 28, 30, 32, 34 };
 
   llvm::Constant *Field3[8];