<div dir="ltr">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><br></div><div>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 class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 15, 2014 at 4:30 PM, Argyrios Kyrtzidis <span dir="ltr"><<a href="mailto:kyrtzidis@apple.com" target="_blank">kyrtzidis@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
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>
- "#import <SenTestingKit/SenTestingKit.h>” —> "#import <XCTest/XCTest.h>”<br>
- "STFail(@"fail”);” —> "XCTFail(@"fail”);”<br>
etc..<br>
<br>
Please let me know if you have any comments/feedback.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Argyrios<br>
</font></span><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>