[cfe-commits] [PATCH] review request - security checker refactoring

Ted Kremenek kremenek at apple.com
Sat Apr 2 21:33:15 PDT 2011


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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list