clang-format: Better fix to detect elaborated enum return types.
authorDaniel Jasper <djasper@google.com>
Fri, 19 Jun 2015 08:17:32 +0000 (08:17 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 19 Jun 2015 08:17:32 +0000 (08:17 +0000)
commitb5a0b8549437d4daaa132845d5b50fe429507e76
treec5f0622919fa43fc9c0fda92b2a1a0d9f9a02465
parent259ef9234d51572eb0d9b8c68cbba87396461365
clang-format: Better fix to detect elaborated enum return types.

The previous one (r240021) regressed:
  enum E Type::f() { .. }

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