]> granicus.if.org Git - clang/commit
Minor cleanups, no behavior change.
authorNico Weber <nicolasweber@gmx.de>
Sat, 3 May 2014 22:07:35 +0000 (22:07 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 3 May 2014 22:07:35 +0000 (22:07 +0000)
commitaa83cba3fd762f6995985c9ec6f5b8bd50ae7e36
treefaf889d9546befb5f90df3200f350710840a1a08
parent5f760185841c59afb9d4fefd45c9a9da26bb46db
Minor cleanups, no behavior change.

* Fixes a "return" that was indented at the same level as the continuation
  from the previous line
* Wrap several lines to 80 columns
* Remove an if check that was always true
* Move a variable declaration slightly closer to its use

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp