Skip to content
  1. Jul 31, 2012
    • Anna Zaks's avatar
      [analyzer] Handle inlining of instance calls to super. · 5808eb80
      Anna Zaks authored
      Use self-init.m for testing. (It used to have a bunch of failing tests
      with dynamic inlining turned on.)
      
      llvm-svn: 161012
      5808eb80
    • Richard Smith's avatar
      PR13479: If we see the definition of an out-of-line destructor in C++11, be · 7f78227c
      Richard Smith authored
      sure to update the exception specification on the declaration as well as the
      definition. If we're building in -fno-exceptions mode, nothing else will
      trigger it to be updated.
      
      llvm-svn: 161008
      7f78227c
    • Jordan Rose's avatar
      [analyzer] Perform post-call checks for all inlined calls. · c2d249ce
      Jordan Rose authored
      Previously, we were only checking the origin expressions of inlined calls.
      Checkers using the generic postCall and older postObjCMessage callbacks were
      ignored. Now that we have CallEventManager, it is much easier to create
      a CallEvent generically when exiting an inlined function, which we can then
      use for post-call checks.
      
      No test case because we don't (yet) have any checkers that depend on this
      behavior (which is why it hadn't been fixed before now).
      
      llvm-svn: 161005
      c2d249ce
  2. Jul 30, 2012
  3. Jul 29, 2012
  4. Jul 28, 2012
  5. Jul 27, 2012
Loading