1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-rc
Marek Sokolowski 0823f275d4 [llvm-rc] Add basic RC scripts parsing ability.
As for now, the parser supports a limited set of statements and
resources. This will be extended in the following patches.

Thanks to Nico Weber (thakis) for his original work in this area.

Differential Revision: https://reviews.llvm.org/D36340

llvm-svn: 311175
2017-08-18 17:05:47 +00:00
..
CMakeLists.txt [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
llvm-rc.cpp [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
LLVMBuild.txt
Opts.td
ResourceScriptParser.cpp [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
ResourceScriptParser.h [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
ResourceScriptStmt.cpp [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
ResourceScriptStmt.h [llvm-rc] Add basic RC scripts parsing ability. 2017-08-18 17:05:47 +00:00
ResourceScriptToken.cpp Fix 'not all control paths return' warning on windows builds. NFCI. 2017-08-10 17:20:09 +00:00
ResourceScriptToken.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00
ResourceScriptTokenList.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00