Skip to content
  1. Oct 18, 2009
  2. Sep 09, 2009
  3. Jun 15, 2009
  4. Jun 02, 2009
  5. May 21, 2009
  6. May 19, 2009
  7. Apr 29, 2009
  8. Apr 12, 2009
  9. Mar 31, 2009
  10. Mar 27, 2009
  11. Mar 24, 2009
  12. Mar 20, 2009
  13. Feb 13, 2009
  14. Feb 10, 2009
  15. Feb 06, 2009
  16. Feb 04, 2009
  17. Jan 30, 2009
  18. Jan 27, 2009
    • Chris Lattner's avatar
      Introduce a new PresumedLoc class to represent the concept of a location · f1ca7d3e
      Chris Lattner authored
      as reported to the user and as manipulated by #line.  This is what __FILE__,
      __INCLUDE_LEVEL__, diagnostics and other things should follow (but not 
      dependency generation!).  
      
      This patch also includes several cleanups along the way: 
      
      - SourceLocation now has a dump method, and several other places 
        that did similar things now use it.
      - I cleaned up some code in AnalysisConsumer, but it should probably be
        simplified further now that NamedDecl is better.
      - TextDiagnosticPrinter is now simplified and cleaned up a bit.
      
      This patch is a prerequisite for #line, but does not actually provide 
      any #line functionality.
      
      llvm-svn: 63098
      f1ca7d3e
  19. Jan 26, 2009
  20. Jan 16, 2009
  21. Jan 11, 2009
  22. Nov 13, 2008
  23. Oct 27, 2008
  24. Sep 26, 2008
  25. Sep 05, 2008
  26. Aug 19, 2008
  27. Aug 17, 2008
Loading