Age | Commit message (Expand) | Author |
---|---|---|
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |
2009-02-17 | Handle fatal errors. | Ben Laurie |
2009-01-16 | eliminate FullSourceLoc::getLocation() now that FullSourceLoc | Chris Lattner |
2008-11-19 | rewrite FormatDiagnostic to be less gross and a lot more efficient. | Chris Lattner |
2008-11-18 | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner |
2008-11-18 | Change the diagnostics interface to take an array of pointers to | Chris Lattner |
2008-10-24 | First non-embarrassing cut at checking for ambiguous derived-to-base | Douglas Gregor |
2008-09-11 | Add support for expected-note to Clang's -verify option | Douglas Gregor |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-05 | add a libDriver, for now only move the text diangostics stuff from Driver to ... | Nico Weber |