]> granicus.if.org Git - clang/commit
Never break inside something that was a preprocessor directive.
authorManuel Klimek <klimek@google.com>
Thu, 31 Jan 2013 15:58:48 +0000 (15:58 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 31 Jan 2013 15:58:48 +0000 (15:58 +0000)
commitbd04f2aa2247f2fda3fd8f3fee90479ba2c94499
treeae703493e7dec03ae8923bbad0c8ef6dcc1fcda4
parentf343cabb68d495041706b8e2f1ed48fbac3cba06
Never break inside something that was a preprocessor directive.

Just put it in one unwrapped line and let the formatter handle it.

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