]> granicus.if.org Git - clang/commit
Make the presentation of the warnings on 'x + y ? 1 : 0' a bit more
authorChandler Carruth <chandlerc@gmail.com>
Thu, 16 Jun 2011 01:05:12 +0000 (01:05 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 16 Jun 2011 01:05:12 +0000 (01:05 +0000)
commit9d4562445decb576249a049f5cdaf04a138bda33
tree9a268005d146bd7d63a9818d36f7f2d9b84ef198
parent43bc78dd447ade24e254fdb2ed5d7a2b0995818c
Make the presentation of the warnings on 'x + y ? 1 : 0' a bit more
pretty. In particular this makes it much easier for me to read messages
such as:

  x.cc:42: ?: has lower ...

Where I'm inclined to associate the third ':' with a missing column
number, but in fact column numbers have been turned off. Similar
punctuation collisions happened elsewhere as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133121 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/Sema/parentheses.c
test/Sema/parentheses.cpp