Skip to content
  1. Jan 05, 2010
    • Ted Kremenek's avatar
      Make static analysis support for C++ 'this' expression context-sensitive. ... · acd71a45
      Ted Kremenek authored
      Make static analysis support for C++ 'this' expression context-sensitive.  Essentially treat 'this' as a implicit parameter to the method call, and associate a region with it.
      
      llvm-svn: 92675
      acd71a45
    • Ted Kremenek's avatar
      Remove references to 'Checker' and 'GRTransferFuncs' from · de8e7447
      Ted Kremenek authored
      GRStateManager.  Having these references was an abstraction violation,
      as they really should only be known about GRExprEngine.
      
      This change required adding a new 'ProcessAssume' callback in
      GRSubEngine.  GRExprEngine implements this callback by calling
      'EvalAssume' on all registered Checker objects as well as the
      registered GRTransferFunc object.
      
      llvm-svn: 92549
      de8e7447
  2. Dec 31, 2009
  3. Dec 30, 2009
  4. Dec 25, 2009
  5. Dec 24, 2009
  6. Dec 23, 2009
  7. Dec 22, 2009
  8. Dec 21, 2009
  9. Dec 19, 2009
  10. Dec 18, 2009
  11. Dec 17, 2009
  12. Dec 16, 2009
Loading