This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b10f6e9190 Add "Restored" flag to CalleeSavedInfo new 6c9cbed3f7f Add .rc scripts tokenizer.
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: test/tools/llvm-rc/Inputs/tokens.rc | 8 + test/tools/llvm-rc/tokenizer.test | 35 ++++ tools/llvm-rc/CMakeLists.txt | 1 + tools/llvm-rc/ResourceScriptToken.cpp | 296 ++++++++++++++++++++++++++++++++ tools/llvm-rc/ResourceScriptToken.h | 81 +++++++++ tools/llvm-rc/ResourceScriptTokenList.h | 35 ++++ tools/llvm-rc/llvm-rc.cpp | 53 +++++- 7 files changed, 507 insertions(+), 2 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/tokens.rc create mode 100644 test/tools/llvm-rc/tokenizer.test create mode 100644 tools/llvm-rc/ResourceScriptToken.cpp create mode 100644 tools/llvm-rc/ResourceScriptToken.h create mode 100644 tools/llvm-rc/ResourceScriptTokenList.h