aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc/ResourceScriptParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-9/+9
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-9/+9
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-24/+24
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-05[llvm-rc] Support not expressions.Martin Storsjo1-12/+29
2018-11-29[llvm-rc] Support EXSTYLE statement.Martin Storsjo1-0/+7
2018-05-15[llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo1-0/+7
2018-05-15[llvm-rc] Add support for parsing memory flagsMartin Storsjo1-14/+67
2018-05-09[llvm-rc] Add support for the RCDATA resource typeMartin Storsjo1-0/+2
2018-05-08[llvm-rc] Add support for all missing dialog controlsMartin Storsjo1-7/+38
2018-05-08[llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo1-5/+16
2018-05-07[llvm-rc] Implement the BITMAP resource typeMartin Storsjo1-0/+7
2018-05-07[llvm-rc] Allow optional commas between the string table index and valueMartin Storsjo1-0/+1
2018-05-07[llvm-rc] Fix alphabetical order of cases. NFC.Martin Storsjo1-2/+2
2017-11-21llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie1-3/+1
2017-10-11[llvm-rc] Use proper search algorithm for finding resources.Zachary Turner1-0/+4
2017-10-09Fix some C++ value / reference semantics issues.Zachary Turner1-6/+3
2017-10-06[llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner1-16/+24
2017-10-06[llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner1-10/+30
2017-09-30[llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski1-4/+6
2017-09-29[llvm-rc] Refactoring needed for ACCELERATORS and MENU resources.Marek Sokolowski1-6/+10
2017-09-29[llvm-rc] Import all make_unique invocations from llvm namespace.Marek Sokolowski1-20/+22
2017-09-29[llvm-rc] Add user-defined resources parsing ability. [8/8]Marek Sokolowski1-1/+26
2017-09-28[llvm-rc] Add integer expressions parsing ability. [7/8]Marek Sokolowski1-4/+96
2017-09-28[llvm-rc] Fix-up for r314468 (argument-dependent lookup in make_unique).Marek Sokolowski1-4/+4
2017-09-28[llvm-rc] Add VERSIONINFO parsing ability. [6/8]Marek Sokolowski1-0/+75
2017-08-29[llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8).Marek Sokolowski1-1/+1
2017-08-29[llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).Marek Sokolowski1-6/+98
2017-08-28[llvm-rc] Add MENU parsing ability (parser, pt 4/8).Marek Sokolowski1-0/+67
2017-08-28[llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).Marek Sokolowski1-7/+54
2017-08-28[llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8).Marek Sokolowski1-1/+15
2017-08-18Reapply: [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski1-0/+267
2017-08-18Revert "[llvm-rc] Add basic RC scripts parsing ability."Marek Sokolowski1-265/+0
2017-08-18[llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski1-0/+265