This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e14de92ad45 Unify spelling. new 44bde8dadb8 [llvm-rc] Add optional serialization support for DIALOG(EX) [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../llvm-rc/Inputs/parser-correct-everything.rc | 2 +- .../llvm-rc/Inputs/parser-dialog-simple-font.rc | 4 + test/tools/llvm-rc/Inputs/tag-dialog-bad-style.rc | 2 + test/tools/llvm-rc/Inputs/tag-dialog-headers.rc | 53 +++ test/tools/llvm-rc/parser.test | 7 +- test/tools/llvm-rc/tag-dialog.test | 393 +++++++++++++++++++++ tools/llvm-rc/ResourceFileWriter.cpp | 67 +++- tools/llvm-rc/ResourceFileWriter.h | 14 + tools/llvm-rc/ResourceScriptParser.cpp | 40 ++- tools/llvm-rc/ResourceScriptParser.h | 8 +- tools/llvm-rc/ResourceScriptStmt.cpp | 6 +- tools/llvm-rc/ResourceScriptStmt.h | 23 +- tools/llvm-rc/ResourceVisitor.h | 6 + 13 files changed, 597 insertions(+), 28 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-simple-font.rc create mode 100644 test/tools/llvm-rc/Inputs/tag-dialog-bad-style.rc create mode 100644 test/tools/llvm-rc/Inputs/tag-dialog-headers.rc