This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 77eed38ae28 [sanitizer-coverage] Clean up trailing whitespace. NFC new cc308a06157 [sanitizer-coverage] Return the array from CreatePCArray. NFC new 233d2b81e8b [llvm-rc] Add MENU parsing ability (parser, pt 4/8).
The 2 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: .../Instrumentation/SanitizerCoverage.cpp | 21 +++--- .../llvm-rc/Inputs/parser-correct-everything.rc | 27 +++++++ test/tools/llvm-rc/Inputs/parser-menu-bad-flag.rc | 3 + test/tools/llvm-rc/Inputs/parser-menu-bad-id.rc | 3 + .../llvm-rc/Inputs/parser-menu-missing-block.rc | 4 + .../Inputs/parser-menu-misspelled-separator.rc | 3 + test/tools/llvm-rc/parser.test | 46 ++++++++++++ tools/llvm-rc/ResourceScriptParser.cpp | 67 +++++++++++++++++ tools/llvm-rc/ResourceScriptParser.h | 4 + tools/llvm-rc/ResourceScriptStmt.cpp | 40 ++++++++++ tools/llvm-rc/ResourceScriptStmt.h | 86 ++++++++++++++++++++++ 11 files changed, 295 insertions(+), 9 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-bad-flag.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-bad-id.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-missing-block.rc create mode 100644 test/tools/llvm-rc/Inputs/parser-menu-misspelled-separator.rc