svn commit: r243670 - head/share/man/man5

David Chisnall theraven at FreeBSD.org
Fri Nov 30 09:12:25 UTC 2012


On 30 Nov 2012, at 00:15, Eitan Adler wrote:

> Every time I talk to the clang folk about flags they point me to gcc
> documentation.

No we don't.  We point you at the gcc documentation and at the clang manual.  Clang aims to support all of the gcc flags, and provides some extra ones as documented here:

http://clang.llvm.org/docs/UsersManual.html

If you are interested in writing a full manual for clang including the gcc options, then that would almost certainly be appreciated.  Most of this can be automatically generated.  The best thing to do would be to write a tablegen back end that could emit mandoc from the existing options descriptions.

David


More information about the svn-src-all mailing list