]> granicus.if.org Git - clang/commit
Disable inlining of short ifs in Google style.
authorDaniel Jasper <djasper@google.com>
Wed, 16 Jan 2013 15:44:34 +0000 (15:44 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 16 Jan 2013 15:44:34 +0000 (15:44 +0000)
commitdf3736aa70443ac0f33af094989b4ba88d73f568
tree58dee32bdd6068bca3dae7608bc59c3dffc65139
parent0df6acdf4f6faf7579775a739e1c09448c076c0f
Disable inlining of short ifs in Google style.

Various reasons seem to speak against it, so I am disabling this for
now.

Changed tests to still test this option.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp