<div dir="ltr">Try playing with -ccc-print-phases. I'm not sure if there's a way to start both analyzer and compiler action. Compiler action is what reports the warning, you can enable just this action with -fsyntax-only. But passing both --analyze and -fsyntax-only doesn't seem to work.</div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 9:00 PM, Laszlo Nagy <span dir="ltr"><<a href="mailto:rizsotto.mailinglist@gmail.com" target="_blank">rizsotto.mailinglist@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">hi All,<div><br></div><div>would like to know is it possible to get the same warning while run the analyzer as it was produce by simple compilation?</div>

<div><br></div><div>when i give this input `test.c`</div>
<div><br></div><div>| typedef int __attribute__((visibility("default"))) bar;</div><div><br></div><div>and run Clang against it, i get this warning...</div><div><br></div><div><div>| $ clang -c test.c </div><div>


| test.c:1:28: warning: 'visibility' attribute ignored [-Wignored-attributes]</div><div>| typedef int __attribute__((visibility("default"))) bar;</div><div>|                           ^</div><div>| 1 warning generated.</div>


</div><div><br></div><div>but when i run the analyzer, i got nothing like that</div><div><br></div><div><div>| $ clang -### --analyze -x c test.c </div><div><br></div></div><div>then i execute the last line of this output</div>


<div><br></div><div>| $ "clang" "-cc1" ....</div><div><br></div><div>and it does not generate the warning. my question would be: is it possible to get that warning by passing some extra flags? or it will never appear during the analysis? thanks for any help.</div>


<div><br></div><div>regards,</div><div>Laszlo</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>