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