diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-09-08 16:11:15 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-09-08 16:11:15 +0000 |
commit | 1c96effad3b4d0fb61a30eefb8775aa8d14f92c4 (patch) | |
tree | 121dd4f1e43045825814a745f9f1e2ff45aacdaf /lib/CodeGen/CodeGenModule.cpp | |
parent | 422fddba7838e6d7aefe1c4bdfa2d3830c71ed5c (diff) | |
download | clang-1c96effad3b4d0fb61a30eefb8775aa8d14f92c4.tar.gz |
Add a comment for something that confused me.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index aaadbd4633..24f3ac2051 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -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]; |