]> granicus.if.org Git - clang/commit
clang-format.py: Don't omit the first two words from error messages.
authorNico Weber <nicolasweber@gmx.de>
Thu, 17 Apr 2014 17:51:57 +0000 (17:51 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 17 Apr 2014 17:51:57 +0000 (17:51 +0000)
commitb2f2d3e9295711a9bceb8be448584510e87225c7
tree4eb74839dc9043be5183e43e152b4c663d70b707
parentde001b34b094cc6a6b6fa35becd8ef726b6c906c
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206479 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format/clang-format.py