Skip to content
  1. Feb 16, 2014
  2. Dec 09, 2013
    • Rafael Espindola's avatar
      Output destructors and constructors in a more natural order. · c3cde36e
      Rafael Espindola authored
      With this patch we output the in the order
      C2
      C1
      
      D2
      D1
      D0
      
      Which means that a destructor or constructor that call another is output after
      the callee. This is a bit easier to read IHMO and a tiny bit more efficient
      as we don't put a decl in DeferredDeclsToEmit.
      
      llvm-svn: 196784
      c3cde36e
  3. Aug 15, 2013
  4. Jul 27, 2011
  5. May 08, 2011
Loading