Skip to content
  1. Nov 03, 2009
  2. Oct 18, 2009
  3. Sep 09, 2009
  4. Jun 15, 2009
  5. Jun 02, 2009
  6. May 21, 2009
  7. May 19, 2009
  8. Apr 29, 2009
  9. Apr 12, 2009
  10. Mar 31, 2009
  11. Mar 27, 2009
  12. Mar 24, 2009
  13. Mar 20, 2009
  14. Feb 13, 2009
  15. Feb 10, 2009
  16. Feb 06, 2009
  17. Feb 04, 2009
  18. Jan 30, 2009
  19. 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
  20. Jan 26, 2009
  21. Jan 16, 2009
  22. Jan 11, 2009
  23. Nov 13, 2008
  24. Oct 27, 2008
  25. Sep 26, 2008
  26. Sep 05, 2008
Loading