[llvm] llvm-rc: add support for MENU in DIALOG(EX) (PR #89409)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 27 06:56:55 PDT 2024


================
@@ -419,18 +419,18 @@ RCParser::parseSingleOptionalStatement(OptStmtType StmtsType) {
   if (TypeToken->equals_insensitive("VERSION"))
     return parseVersionStmt();
 
-  if (StmtsType != OptStmtType::BasicStmt) {
----------------
mstorsjo wrote:

Thanks! But does this mean that these statements didn’t work in plain `DIALOG` before? Because looking at `llvm/test/tools/llvm-rc/Inputs/tag-dialog-headers.rc` it seems like these do work in that context already, so I wonder what this changes.


https://github.com/llvm/llvm-project/pull/89409


More information about the llvm-commits mailing list