Looks good to me! On Apr 2, 2011, at 8:25 PM, Lenny Maiorani wrote:
> Refactoring the security checker a little bit so that each CallExpr check > doesn't get called for each CallExpr. Instead it does a switch and only runs > the check for the proper identifier. Slight speed improvement (probably > significant on very large ASTs), and should make it easier and more clear to > add more checks for other CallExpr's later. > > -Lenny > > <refactor-security-checker.diff> > > -- > the definition of open: "mkdir android ; cd android ; repo init -i > git://android.git.kernel.org/platform/manifest.git ; repo sync ; make" - Andy > Rubin > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
