Skip to content
Snippets Groups Projects
  1. Jun 18, 2015
  2. Nov 08, 2014
  3. Sep 10, 2014
    • Ben Langmuir's avatar
      Avoid a couple of assertions when preprocessing with modules · b1f0f8a0
      Ben Langmuir authored
      1. We were hitting the NextIsPrevious assertion because we were trying
      to merge decl chains that were independent of each other because we had
      no Sema object to allow them to find existing decls. This is fixed by
      delaying loading the "preloaded" decls until Sema is available.
      
      2. We were trying to get identifier info from an annotation token, which
      asserts.  The fix is to special-case the module annotations in the
      preprocessed output printer.
      
      Fixed in a single commit because when you hit 1 you almost invariably
      hit 2 as well.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217550 91177308-0d34-0410-b5e6-96231b3b80d8
      b1f0f8a0
  4. Jan 30, 2014
  5. Feb 08, 2013
  6. Jan 29, 2013
  7. Jan 02, 2013
  8. Aug 10, 2012
  9. Mar 11, 2012
  10. Mar 06, 2012
  11. Jan 17, 2012
  12. Sep 19, 2011
  13. Aug 11, 2011
  14. Jul 27, 2011
  15. Dec 22, 2010
  16. Apr 14, 2010
  17. Mar 26, 2010
  18. Oct 18, 2009
  19. Sep 09, 2009
  20. Jun 15, 2009
  21. May 28, 2009
  22. Apr 22, 2009
  23. Mar 18, 2009
  24. Feb 13, 2009
Loading