<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Chandler,<div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On Aug 19, 2014, at 1:19 PM, Chandler Carruth <<a href="mailto:chandlerc@google.com" class="">chandlerc@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">This seems like a really cool tool, but I'm not sure why it is using frontend actions directly and wired into core of Clang...<div class=""><br class=""></div><div class="">We have developer really nice layers for building these types of tools with libTooling and I think this would make a lot more sense as a libtooling-based tool in clang-tools-extra.</div></div></div></blockquote><div><br class=""></div><div>This is a good point and I agree.</div><div>We’ll look into making changes towards using an external tool instead of wiring into clang.</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class="">
</div><div class="gmail_extra"><br class=""><br class=""><div class="gmail_quote">On Fri, Aug 15, 2014 at 4:30 PM, Argyrios Kyrtzidis <span dir="ltr" class=""><<a href="mailto:kyrtzidis@apple.com" target="_blank" class="">kyrtzidis@apple.com</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br class="">
<br class="">
The attached patch introduces new option and frontend action to migrate code that is utilizing the SenTestingKit framework and rewrite it to using the XCTest one, for example:<br class="">
- "#import <SenTestingKit/SenTestingKit.h>” —> "#import <XCTest/XCTest.h>”<br class="">
- "STFail(@"fail”);” —> "XCTFail(@"fail”);”<br class="">
etc..<br class="">
<br class="">
Please let me know if you have any comments/feedback.<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
-Argyrios<br class="">
</font></span><br class="">_______________________________________________<br class="">
cfe-dev mailing list<br class="">
<a href="mailto:cfe-dev@cs.uiuc.edu" class="">cfe-dev@cs.uiuc.edu</a><br class="">
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank" class="">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></body></html>