summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/ResourceScriptParser.h
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-11-29 12:17:39 +0000
committerMartin Storsjo <martin@martin.st>2018-11-29 12:17:39 +0000
commita876b5c0f5d6a522ad3020149599a4e4d5330fb9 (patch)
tree57ea7bc681d6dc04ba4bdcb53c4e4ee169ba02cf /llvm/tools/llvm-rc/ResourceScriptParser.h
parent373a4ccf6cdd69993fbcef7384b741373374269b (diff)
downloadbcm5719-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.h1
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();
OpenPOWER on IntegriCloud