[cfe-dev] clang(1) 3.4 manpage documentation is sparse; need help figuring out available options in compiler

Mehmet Erol Sanliturk m.e.sanliturk at gmail.com
Fri Dec 5 03:01:11 PST 2014


On Fri, Dec 5, 2014 at 2:37 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote:

> I don't think so (apart from the webpages), but clang is meant to be a
> drop in replacement for gcc. Can you be a bit more specific with the issue
> you're having?
>
> On Fri, Dec 5, 2014 at 2:38 PM, NGie Cooper <yaneurabeya at gmail.com> wrote:
>
>> Hi,
>>     I'm trying to figure out how to convert a custom gccp call to
>> clang, and unfortunately I can't figure out how to make it work via
>> the manpage alone. gcc/g++ has a long manpage with a list of available
>> warnings, full list of optimization flags, etc. Is there any
>> documentation like that in clang, beyond what's in man 1 clang?
>> Thank you!
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
>

All of the command line parameters of GCC is NOT working in Clang .
Therefore , it is necessary to have a complete list of command line
parameters which means GCC manuals are not a substitute of such a need .

Thank you very much .

Mehmet Erol Sanliturk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141205/d0ee92bd/attachment.html>


More information about the cfe-dev mailing list