Skip to content
  1. Jul 24, 2009
  2. Jul 23, 2009
  3. Jul 22, 2009
  4. Jul 21, 2009
  5. Jul 18, 2009
  6. Jul 17, 2009
  7. Jul 16, 2009
  8. Jul 03, 2009
  9. Jun 30, 2009
    • Chris Lattner's avatar
      Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. · c61089a6
      Chris Lattner authored
      This is simple enough, but then I thought it would be nice to make PrintingPolicy
      get a LangOptions so that various things can key off "bool" and "C++" independently.
      This spiraled out of control.  There are many fixme's, but I think things are slightly
      better than they were before.
      
      One thing that can be improved: CFG should probably have an ASTContext pointer in it,
      which would simplify its clients.
      
      llvm-svn: 74493
      c61089a6
  10. Jun 25, 2009
  11. Jun 24, 2009
  12. May 29, 2009
  13. May 06, 2009
  14. May 02, 2009
  15. Apr 28, 2009
  16. Apr 07, 2009
  17. Apr 01, 2009
  18. Mar 31, 2009
  19. Mar 28, 2009
  20. Feb 26, 2009
  21. Feb 13, 2009
    • Douglas Gregor's avatar
      Remove DeclGroupOwningRef, since we intend for declarations to be owned · 4feb36de
      Douglas Gregor authored
      by DeclContexts (always) rather than by statements. 
      
      DeclContext currently goes out of its way to avoid destroying any
      Decls that might be owned by a DeclGroupOwningRef. However, in an
      error-recovery situation, a failure in a declaration statement can
      cause all of the decls in a DeclGroupOwningRef to be destroyed after
      they've already be added into the DeclContext. Hence, DeclContext is
      left with already-destroyed declarations, and bad things happen. This
      problem was causing failures that showed up as assertions on x86 Linux
      in test/Parser/objc-forcollection-neg-2.m.
      
      llvm-svn: 64474
      4feb36de
Loading