This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e5998cdf76 Eliminate PHI (int typed) which has only one use by intptr new ea529937ced [llvm-rc] Serialize MENU resources to .res files (serializa [...]
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/tag-menu-bad-menuitem-id.rc | 3 + test/tools/llvm-rc/Inputs/tag-menu.rc | 60 +++++++++++++++++ test/tools/llvm-rc/tag-menu.test | 75 ++++++++++++++++++++++ tools/llvm-rc/ResourceFileWriter.cpp | 54 ++++++++++++++++ tools/llvm-rc/ResourceFileWriter.h | 7 ++ tools/llvm-rc/ResourceScriptStmt.h | 40 ++++++++++-- tools/llvm-rc/ResourceVisitor.h | 1 + 7 files changed, 236 insertions(+), 4 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/tag-menu-bad-menuitem-id.rc create mode 100644 test/tools/llvm-rc/Inputs/tag-menu.rc create mode 100644 test/tools/llvm-rc/tag-menu.test