summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/ResourceScriptToken.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo2018-05-081-2/+3
* llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie2017-11-211-6/+2
* [llvm-rc] Have the tokenizer discard single & block comments.Zachary Turner2017-10-091-0/+53
* [llvm-rc] Implement escape sequences in .rc files.Zachary Turner2017-10-061-1/+4
* [llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner2017-10-061-0/+4
* [llvm-rc] Add integer expressions parsing ability. [7/8]Marek Sokolowski2017-09-281-0/+12
* Fixing incorrectly capitalised regexps.Benjamin Kramer2017-09-071-1/+1
* Fix 'not all control paths return' warning on windows builds. NFCI.Simon Pilgrim2017-08-101-3/+1
* Fixup for r310621: Hint the compilers about unreachable code.Marek Sokolowski2017-08-101-0/+4
* Add .rc scripts tokenizer.Marek Sokolowski2017-08-101-0/+296
OpenPOWER on IntegriCloud