Skip to content
  1. Apr 30, 2012
    • David Blaikie's avatar
      Remove the ref/value inconsistency in filter_decl_iterator. · 2d7c57ec
      David Blaikie authored
      filter_decl_iterator had a weird mismatch where both op* and op-> returned T*
      making it difficult to generalize this filtering behavior into a reusable
      library of any kind.
      
      This change errs on the side of value, making op-> return T* and op* return
      T&.
      
      (reviewed by Richard Smith)
      
      llvm-svn: 155808
      2d7c57ec
    • Richard Smith's avatar
      PR11926 + duplicates: Fix crash in -Wuninitialized when using a compiler like · 6a527718
      Richard Smith authored
      g++4.7, which reuses stack space allocated for temporaries. CFGElement::getAs
      returns a suitably-cast version of 'this'. Patch by Markus Trippelsdorf!
      
      No test: this code has the same observable behavior as the old code when built
      with most compilers, and the tests were already failing when built with a
      compiler for which this produced a broken binary.
      
      llvm-svn: 155803
      6a527718
  2. Apr 29, 2012
  3. Apr 28, 2012
  4. Apr 27, 2012
  5. Apr 26, 2012
Loading