diff options
author | Martin Storsjo <martin@martin.st> | 2018-11-29 12:17:39 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2018-11-29 12:17:39 +0000 |
commit | a876b5c0f5d6a522ad3020149599a4e4d5330fb9 (patch) | |
tree | 57ea7bc681d6dc04ba4bdcb53c4e4ee169ba02cf /llvm/tools/llvm-rc/ResourceScriptParser.h | |
parent | 373a4ccf6cdd69993fbcef7384b741373374269b (diff) | |
download | bcm5719-llvm-a876b5c0f5d6a522ad3020149599a4e4d5330fb9.tar.gz bcm5719-llvm-a876b5c0f5d6a522ad3020149599a4e4d5330fb9.zip |
[llvm-rc] Support EXSTYLE statement.
Patch by Jacek Caban!
Differential Revision: https://reviews.llvm.org/D55020
llvm-svn: 347858
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptParser.h')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-rc/ResourceScriptParser.h b/llvm/tools/llvm-rc/ResourceScriptParser.h index 3dd110f7e38..4f047f34fc0 100644 --- a/llvm/tools/llvm-rc/ResourceScriptParser.h +++ b/llvm/tools/llvm-rc/ResourceScriptParser.h @@ -172,6 +172,7 @@ private: ParseOptionType parseVersionStmt(); ParseOptionType parseCaptionStmt(); ParseOptionType parseClassStmt(); + ParseOptionType parseExStyleStmt(); ParseOptionType parseFontStmt(OptStmtType DialogType); ParseOptionType parseStyleStmt(); |