forked from OSchip/llvm-project
[docs] Exclude FlangOption and re-generate ClangCommandLineReference.rst
This commit is contained in:
parent
621d93d263
commit
bddef53777
File diff suppressed because it is too large
Load Diff
|
@ -29,7 +29,7 @@ GCC-compatible ``clang`` and ``clang++`` drivers.
|
|||
|
||||
string Program = "clang";
|
||||
list<string> ExcludedFlags = ["HelpHidden", "NoDriverOption",
|
||||
"CLOption", "Unsupported", "Ignored"];
|
||||
"CLOption", "Unsupported", "Ignored", "FlangOnlyOption"];
|
||||
}
|
||||
|
||||
include "Options.td"
|
||||
|
|
Loading…
Reference in New Issue