llvm/tools/llvm-rc
Zachary Turner 44bde8dadb [llvm-rc] Add optional serialization support for DIALOG(EX) resources.
This is part 5 of llvm-rc serialization support.

This allows DIALOG and DIALOGEX to serialize if dialog-specific optional
statements are provided. These are (as of now): CAPTION, FONT, and
STYLE.

Notably, FONT statement can take more than two arguments when describing
DIALOGEX resources (as in
msdn.microsoft.com/en-us/library/windows/desktop/aa381013.aspx). I made
some changes to the parser to reflect this fact.

Patch by Marek Sokolowski
Differential Revision: https://reviews.llvm.org/D37864

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315104 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-06 20:51:20 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceFileWriter.h [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceScriptParser.cpp [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceScriptParser.h [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceScriptStmt.cpp [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceScriptStmt.h [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00
ResourceScriptToken.cpp [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptToken.h [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptTokenList.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00
ResourceVisitor.h [llvm-rc] Add optional serialization support for DIALOG(EX) resources. 2017-10-06 20:51:20 +00:00