summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnosticBuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Since multiple diagnostics can share one diagnostic client, have the client ↵Argyrios Kyrtzidis2010-11-181-0/+3
| | | | | | | | keeping track of the total number of warnings/errors reported. llvm-svn: 119731
* Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered ↵Daniel Dunbar2009-11-301-0/+10
| | | | | | diagnostics to a different diagnostics engine. llvm-svn: 90125
* Simplify.Daniel Dunbar2009-11-291-6/+5
| | | | llvm-svn: 90091
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
| | | | llvm-svn: 81346
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+39
driver taking lib/Driver. llvm-svn: 65811
OpenPOWER on IntegriCloud