Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of counting totally diagnostics, split the count into a count | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | of errors and warnings. This allows us to emit something like this: 2 warnings and 1 error generated. instead of: 3 diagnostics generated. This also stops counting 'notes' because they are just follow-on information about the previous diag, not a diagnostic in themselves. llvm-svn: 100675 | ||||
* | Implement basic support for merging function declarations across | Douglas Gregor | 2010-02-10 | 1 | -0/+9 |
translation units. llvm-svn: 95794 |