| commit | 1fa8b4b20483f246a3bd80f345013c5c58d66b55 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Jul 29 01:25:44 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Jul 29 01:25:44 2011 +0000 |
| tree | 32b093a09b8a33ca7274b9dcfee18f939e3c6cf0 | |
| parent | 7eadbeaf62b9292d31a844b3dd1dbcaa9e102fdb [diff] |
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple DiagnosticErrorTraps can be composed (e.g. a trap inside another trap). Fixes http://llvm.org/PR10462 & rdar://9852007. llvm-svn: 136447