| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor | 2011-09-29 | 1 | -0/+4 | 
| | | | | | | | | | | we have the ability to create a new, distict diagnostic consumer when we go off and build a module. This avoids the currently horribleness where the same diagnostic consumer sees diagnostics for multiple translation units (and multiple SourceManagers!) causing all sorts of havok. llvm-svn: 140743 | ||||
| * | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -1/+1 | 
| | | | | | llvm-svn: 140493 | ||||
| * | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+1 | 
| | | | | | llvm-svn: 140479 | ||||
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -9/+12 | 
| | | | | | llvm-svn: 140478 | ||||
| * | More missing header inclusions from llvm_unreachable migration. | David Blaikie | 2011-09-23 | 1 | -0/+1 | 
| | | | | | llvm-svn: 140369 | ||||
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+2 | 
| | | | | | llvm-svn: 140367 | ||||
| * | Since multiple diagnostics can share one diagnostic client, have the client ↵ | Argyrios Kyrtzidis | 2010-11-18 | 1 | -0/+3 | 
| | | | | | | | | | keeping track of the total number of warnings/errors reported. llvm-svn: 119731 | ||||
| * | Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered ↵ | Daniel Dunbar | 2009-11-30 | 1 | -0/+10 | 
| | | | | | | | diagnostics to a different diagnostics engine. llvm-svn: 90125 | ||||
| * | Simplify. | Daniel Dunbar | 2009-11-29 | 1 | -6/+5 | 
| | | | | | llvm-svn: 90091 | ||||
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 | 
| | | | | | llvm-svn: 81346 | ||||
| * | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar | 2009-03-02 | 1 | -0/+39 | 
| driver taking lib/Driver. llvm-svn: 65811 | |||||

