diff options
author | Martin Storsjo <martin@martin.st> | 2018-05-15 19:21:28 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2018-05-15 19:21:28 +0000 |
commit | e241ce6f65f1c6373886a6c7f505fc59d0bf244d (patch) | |
tree | 39c14204c332c6493c05b13a82c88a2a21d748c0 /llvm/tools/llvm-rc/ResourceScriptParser.h | |
parent | 67cfbaac8973f1f0cf85bd2e90c74b42792ceada (diff) | |
download | bcm5719-llvm-e241ce6f65f1c6373886a6c7f505fc59d0bf244d.tar.gz bcm5719-llvm-e241ce6f65f1c6373886a6c7f505fc59d0bf244d.zip |
[llvm-rc] Add support for the optional CLASS statement for dialogs
Differential Revision: https://reviews.llvm.org/D46875
llvm-svn: 332386
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 8e3cc55499e..3dd110f7e38 100644 --- a/llvm/tools/llvm-rc/ResourceScriptParser.h +++ b/llvm/tools/llvm-rc/ResourceScriptParser.h @@ -171,6 +171,7 @@ private: ParseOptionType parseCharacteristicsStmt(); ParseOptionType parseVersionStmt(); ParseOptionType parseCaptionStmt(); + ParseOptionType parseClassStmt(); ParseOptionType parseFontStmt(OptStmtType DialogType); ParseOptionType parseStyleStmt(); |