[PATCH] D45406: Document -std= values for different languages
Dimitry Andric via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 8 03:14:29 PDT 2018
dim added a comment.
In https://reviews.llvm.org/D45406#1060914, @mgorny wrote:
> Well, my idea was to list the standards one per line (like on GCC manpage), and then the '(deprecated)' comments would probably stand out enough to apply to a single line. Also, FWICS the gcc manpage simply lists which aliases are deprecated in the description text. But skipping them entirely also works for me.
Right, I see what you mean (as per https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html#index-std-1), I'm not completely sure how to force a line break in RST with itemized lists, though.
Repository:
rC Clang
https://reviews.llvm.org/D45406
More information about the cfe-commits
mailing list