Commit ef47d0b
authored
[Docs] Add HelpText for -mimplicit-float so it shows up in the webpage documentation. (llvm#153253)
There is no documentation for -mimplicit-float, -mno-implicit-float here
https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-mimplicit-float
I believe this is because the text is taken from the positive option
when there is a no- version. Add HelpText to the positive option to
hopefully fix this.
These options also affect vector and not just FP so having text here
that mentions vectors is helpful to users.1 parent 7e7c9d9 commit ef47d0b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5589 | 5589 | | |
5590 | 5590 | | |
5591 | 5591 | | |
5592 | | - | |
| 5592 | + | |
| 5593 | + | |
5593 | 5594 | | |
5594 | 5595 | | |
5595 | 5596 | | |
| |||
0 commit comments