| commit | a302885b3303fce3899b8d6649eb2d50d2b74577 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sat Oct 15 23:43:53 2011 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sat Oct 15 23:43:53 2011 +0000 |
| tree | 6c56e29b540994e289288ce2386016f0405d541d | |
| parent | 76576db69dba76fa90d139e4f710118525c0b9ea [diff] |
Graduate the TextDiagnostic interface to its own header and source file, making it accessible to anyone from the Frontend library. Still a good bit of cleanup to do here, but its a good milestone. This ensures that *all* of the functionality needed to implement the DiagnosticConsumer is exposed via the generic interface in some form. No sneaky re-use of static functions. llvm-svn: 142086