Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-rc/ResourceScriptParser.cpp | ||
---|---|---|
788 ↗ | (On Diff #146803) | The documentation is ambiguous and it's been a while since I've done this. The class can be a string, but it can also be an unsigned integer. Are those both parsed as quoted strings? Are you choosing to just handle the string case for now? |
tools/llvm-rc/ResourceScriptParser.cpp | ||
---|---|---|
788 ↗ | (On Diff #146803) | You're right, this should probably be an IntOrString, will update. |