This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 694780d67ee [llvm-rc] Fix alphabetical order of cases. NFC. new 526033340b9 [llvm-rc] Exclude padding from sizes in versioninfo resources new ab499d8976c [llvm-rc] Allow optional commas between the string table in [...] new 31dc80fca0c [llvm-rc] Implement the BITMAP resource type
The 3 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: test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc | 5 ++-- test/tools/llvm-rc/Inputs/versioninfo-padding.rc | 25 ++++++++++++++++ test/tools/llvm-rc/include-paths.test | 17 ++++++----- test/tools/llvm-rc/versioninfo-padding.test | 33 ++++++++++++++++++++++ tools/llvm-rc/ResourceFileWriter.cpp | 31 ++++++++++++++++++-- tools/llvm-rc/ResourceFileWriter.h | 4 +++ tools/llvm-rc/ResourceScriptParser.cpp | 8 ++++++ tools/llvm-rc/ResourceScriptParser.h | 1 + tools/llvm-rc/ResourceScriptStmt.cpp | 4 +++ tools/llvm-rc/ResourceScriptStmt.h | 24 ++++++++++++++++ tools/llvm-rc/ResourceVisitor.h | 1 + 11 files changed, 140 insertions(+), 13 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/versioninfo-padding.rc create mode 100644 test/tools/llvm-rc/versioninfo-padding.test