aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc/ResourceScriptToken.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-11-18llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-08[llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo1-2/+3
2017-11-21llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie1-6/+2
2017-10-09[llvm-rc] Have the tokenizer discard single & block comments.Zachary Turner1-0/+53
2017-10-06[llvm-rc] Implement escape sequences in .rc files.Zachary Turner1-1/+4
2017-10-06[llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner1-0/+4
2017-09-28[llvm-rc] Add integer expressions parsing ability. [7/8]Marek Sokolowski1-0/+12
2017-09-07Fixing incorrectly capitalised regexps.Benjamin Kramer1-1/+1
2017-08-10Fix 'not all control paths return' warning on windows builds. NFCI.Simon Pilgrim1-3/+1
2017-08-10Fixup for r310621: Hint the compilers about unreachable code.Marek Sokolowski1-0/+4
2017-08-10Add .rc scripts tokenizer.Marek Sokolowski1-0/+296