[docs] Exclude FlangOption and re-generate ClangCommandLineReference.rst

This commit is contained in:
Fangrui Song 2021-06-15 15:22:07 -07:00
parent 621d93d263
commit bddef53777
2 changed files with 367 additions and 113 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"