[llvm] llvm-rc: add support for MENU in DIALOG(EX) (PR #89409)
    Martin Storsjö via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 26 02:16:39 PDT 2024
    
    
  
================
@@ -419,18 +419,18 @@ RCParser::parseSingleOptionalStatement(OptStmtType StmtsType) {
   if (TypeToken->equals_insensitive("VERSION"))
     return parseVersionStmt();
 
-  if (StmtsType != OptStmtType::BasicStmt) {
----------------
mstorsjo wrote:
The condition `if (StmtsType != OptStmtType::BasicStmt)` is removed here - I don't follow exactly how that relates to adding support for `MENU`, and does removing this condition have any impact on how/where these other statements are parsed?
https://github.com/llvm/llvm-project/pull/89409
    
    
More information about the llvm-commits
mailing list