-
These warnings are due to limitations in clang, and static analysis tools in general. In particular, clang does not currently perform inter-procedure-analysis (IPA), and is therefore has to make some conservative decisions when it comes to its analysis. The most obvious example in RegexKitLites case is the function rkl_CFAutorelease. Another way to get rid of most of these problems is for...
2009-12-29 19:48:03 UTC by jengelhart
-
Hmm. This sourceforge project setup confuses me. This is a feature request for RegexKitLite, if that's not clear.
2009-12-28 17:35:38 UTC by jberry63
-
I guess this is a similar request to 2875906. And it could be implemented nicely by making this an option flag (as also suggested in 287590) that would return arrays of NSValues representing NSRange, instead of NSStrings, so that your API set wouldn't balloon out too much.
2009-12-28 17:26:48 UTC by jberry63
-
It would be great to have an API similar to captureComponentsMatchedByRegex:range:, but which returns the results as NSRanges rather than strings.
I find myself in the situation of having to call rangeOfRegex:inRange:, in order to determine where the match occurred, followed by captureComponentsMatchedByRegex:range: to determine the captures from that match.
I am iteratively traversing a...
2009-12-28 17:22:44 UTC by jberry63
-
jengelhart changed the public information on the RegexKit project.
2009-12-23 20:53:19 UTC by jengelhart
-
jengelhart changed the public information on the RegexKit project.
2009-12-23 19:44:05 UTC by jengelhart
-
using the new XCode 3.2 you can do an analysis of the RegexKiteLite code. The results is 11 warnings. Could these be corrected?
Analyze Classes/RegexKitLite.m
cd /Users/dirkdekok/projects/HelloInbox
setenv LANG en_US.US-ASCII
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/clang -x...
2009-11-18 13:52:28 UTC by dirkdk
-
This is a bugfix release.
2009-11-07 20:56:12 UTC by jengelhart
-
jengelhart committed revision 53 to the RegexKit SVN repository, changing 3 files.
2009-11-07 20:52:08 UTC by jengelhart
-
Fixed in 3.3.
2009-11-07 20:51:43 UTC by jengelhart