summaryrefslogtreecommitdiff
path: root/include/clang/Driver/Options.h
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-24 19:39:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-24 19:39:46 +0000
commit9d48ebf07bbc676c3198ba528c0f8a729d2569ba (patch)
tree1bc51a4ddda3ebb771e88c726edf6e87c57b1a5e /include/clang/Driver/Options.h
parentd23153784597853e1210582c7aa8bcd69c17fe09 (diff)
downloadclang-9d48ebf07bbc676c3198ba528c0f8a729d2569ba.tar.gz
[docs] Add TableGen-based generator for command line argument documentation,
and generate documentation for all (non-hidden) options supported by the 'clang' driver. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Driver/Options.h')
-rw-r--r--include/clang/Driver/Options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Driver/Options.h b/include/clang/Driver/Options.h
index e9d9000918..57e4452f3e 100644
--- a/include/clang/Driver/Options.h
+++ b/include/clang/Driver/Options.h
@@ -33,7 +33,8 @@ enum ClangFlags {
CLOption = (1 << 9),
CC1Option = (1 << 10),
CC1AsOption = (1 << 11),
- NoDriverOption = (1 << 12)
+ NoDriverOption = (1 << 12),
+ Ignored = (1 << 13)
};
enum ID {