Small tweaks to automatic formatting.
authorDaniel Jasper <djasper@google.com>
Wed, 5 Dec 2012 07:51:39 +0000 (07:51 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 5 Dec 2012 07:51:39 +0000 (07:51 +0000)
commit426702dcd0bf1300800b0c023aff29755a8bdc3c
tree9d8c58525fa5ca2da878742c7879d8b93b322534
parentdb47eac37d5b3aed35eba897712370e40e67eac0
Small tweaks to automatic formatting.

Recognize '!=' as a binary operator and assume that there are no
type definitions on the RHS of an assignment.

llvm-svn: 169363
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp