<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Xcode's build of Clang does not support plugins—the symbols have been stripped. You'll have to use your own Clang for that. Sorry!</div><div><br></div><div>Jordan</div><div><br></div><br><div><div>On Feb 23, 2014, at 0:37 , AlexDenisov <<a href="mailto:1101.debian@gmail.com">1101.debian@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">Hi, guys.</div><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">I have an issue with Clang Plugin, it’s pretty simple:</div><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">I want to use plugin within Xcode (for diagnostics purposes), but I can't run plugin with 'system’ clang, it says 'error: unable to find plugin plugin_name’. </div><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br></div><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">So question is: can I use clang plugin from Xcode without patching clang?</div><div><div class="bloop_container"><div class="bloop_frame"></div></div></div><div><br></div><div><div id="bloop_customfont" style="margin: 0px;">I’ve tried my custom plugin, and tried example from repo (print-fns), but have no luck.</div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">system clang:</div></div><div id="bloop_customfont" style="margin: 0px;"><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)</div><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">Target: x86_64-apple-darwin13.0.0</div><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">Thread model: posix</div></div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">clang built from source:</div><div id="bloop_customfont" style="margin: 0px;"><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">clang version 3.3.1 </div><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">Target: x86_64-apple-darwin13.0.0</div><div style="margin: 0px; font-family: 'Bitstream Vera Sans Mono'; color: rgb(248, 248, 241); background-color: rgb(0, 0, 0);">Thread model: posix</div></div><div id="bloop_sign_1393144189614256896" class="bloop_sign"><div style="font-family: helvetica; line-height: normal;"><br></div><div style="font-family: helvetica; line-height: normal;"><br></div><div style="font-family: helvetica; line-height: normal;">-- </div><div style="font-family: helvetica; line-height: normal;">Alex Denisov</div><div style="font-family: helvetica; line-height: normal;"><br></div><div style="font-family: helvetica; line-height: normal;"><a href="https://github.com/AlexDenisov">https://github.com/AlexDenisov</a></div><div style="font-family: helvetica; line-height: normal;">Software Engineer at <a href="http://railsware.com/">http://railsware.com/</a></div></div>_______________________________________________<br>cfe-users mailing list<br><a href="mailto:cfe-users@cs.uiuc.edu">cfe-users@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users</a></div></blockquote></div><br></body></html>