clang-format: Allow splitting "= default" and "= delete".
authorDaniel Jasper <djasper@google.com>
Thu, 23 Apr 2015 12:59:09 +0000 (12:59 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 23 Apr 2015 12:59:09 +0000 (12:59 +0000)
commitcaf84fe21eb9ac60b7dbbc49bce41c9cee0c6609
tree72062e3c8ba13ad66258e213933b3b514215f62a
parentd0be0a989714dcef56f8d7bd977d16fb43050330
clang-format: Allow splitting "= default" and "= delete".

Otherwise, this can violate the column limit.

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