| commit | ffaf29a07b0722e436fc37e1659504f03a34413c | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Thu Apr 17 17:51:57 2014 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Thu Apr 17 17:51:57 2014 +0000 |
| tree | 1b59d65c06369ea3d663a3839d0770f8c8cf9f6a | |
| parent | 10e3ef8d2df8e578d620518ee36febe5c236523a [diff] |
clang-format.py: Don't omit the first two words from error messages. This reverts r172072. clang-format used to use DiagnosticEngine to output errors: http://llvm.org/viewvc/llvm-project?view=revision&revision=172071. Now it doesn't, so this code is obsolete. llvm-svn: 206479