aboutsummaryrefslogtreecommitdiff
path: root/Driver/TextDiagnosticPrinter.cpp
AgeCommit message (Expand)Author
2008-08-05add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber
2008-08-05fix crash when printing diagnostics with tokens that span through more than o...Nuno Lopes
2008-04-17Allow redirecting text diagnostic printer output to any llvm::OStream, ratherNate Begeman
2008-03-27Fixed copy-paste error.Ted Kremenek
2008-02-11Fix http://llvm.org/bugs/show_bug.cgi?id=2013.Steve Naroff
2008-02-08A bunch-o changes to fix <rdar://problem/5716046> incomplete implementation o...Steve Naroff
2008-01-25Fix a bug recovering from broken code with a goto that Eli reported.Chris Lattner
2008-01-14Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and removeTed Kremenek
2008-01-12When forming the squigly underline for a diagnostic, make sure toChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-11Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-11-30start partitioning the diagnostics into two classes: thoseChris Lattner
2007-10-17Move token length calculation out of the diagnostics machinery into Chris Lattner
2007-10-17wean the diagnostics machinery off the preprocessor.Chris Lattner
2007-10-16Add a new Rewriter::getRangeSize method.Chris Lattner
2007-09-06remove sorry.Chris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-20simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff...Chris Lattner
2007-07-20Reimplement SourceLocation. Instead of having a Chris Lattner
2007-07-16add better comments.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer