Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 705 ↗ | (On Diff #145416) | Can you add a line above this constexpr size_t BITMAPFILEHEADER_size = 14; and then use this here and below? |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 705 ↗ | (On Diff #145416) | Sure, will do. |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 708 ↗ | (On Diff #145416) | Is alignment already guaranteed here? |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 708 ↗ | (On Diff #145416) | Yes; this is called from writeResource, which aligns the stream before writing the resource header, and then calls this. |