[cfe-dev] Command line compiler options

mats petersson mats at planetcatfish.com
Tue Jun 16 09:53:14 PDT 2015


And of course, the older versions of the documentation is available like
this:
http://llvm.org/releases/3.6.0/tools/clang/docs/UsersManual.html

Substitute 3.6.0 for whatever version you want - although it seems to stop
at 3.3 (no zero on the end!)

[There are older version of docs here: http://llvm.org/releases/ - but if
you go back far enough, it's no longer called clang!]

--
Mats

On 16 June 2015 at 17:40, mats petersson <mats at planetcatfish.com> wrote:

> http://clang.llvm.org/docs/UsersManual.html
> Contains a section called "command line options", which to my reading is
> complete.
>
> Typing `clang --help` will give you a list of the options that particular
> version of clang supports, with short descriptions of what each option does.
>
> --
> Mats
>
> On 16 June 2015 at 17:27, Edward Diener <eldlistmailingz at tropicsoft.com>
> wrote:
>
>> For any given version of clang, including the latest, is there any list
>> of command-line compiler options, with their meanings, which clang accepts ?
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150616/cfcf226b/attachment.html>


More information about the cfe-dev mailing list