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

Lenny Maiorani lenny at Colorado.EDU
Sat Apr 2 20:25:05 PDT 2011


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: refactor-security-checker.diff
Type: application/octet-stream
Size: 7295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110402/9ee20ad1/attachment.obj>
-------------- next part --------------


--
the definition of open: "mkdir android ; cd android ; repo init -i git://android.git.kernel.org/platform/manifest.git ; repo sync ; make" - Andy Rubin



More information about the cfe-commits mailing list