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