Skip to content
  1. Apr 03, 2011
    • Lenny Maiorani's avatar
      Refactoring the security checker a little bit so that each CallExpr check... · fca2e961
      Lenny Maiorani authored
      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.
      
      llvm-svn: 128785
      fca2e961
  2. Apr 02, 2011
  3. Apr 01, 2011
  4. Mar 31, 2011
  5. Mar 30, 2011
  6. Mar 29, 2011
  7. Mar 26, 2011
  8. Mar 24, 2011
  9. Mar 19, 2011
  10. Mar 17, 2011
  11. Mar 16, 2011
  12. Mar 15, 2011
  13. Mar 14, 2011
  14. Mar 13, 2011
  15. Mar 12, 2011
  16. Mar 11, 2011
  17. Mar 08, 2011
  18. Mar 02, 2011
  19. Mar 01, 2011
  20. Feb 28, 2011
Loading