llvm-project/clang/lib/Format
Daniel Jasper 5364306e12 clang-format: Fix return type line break decision.
This accidentally introduced by r186077, as function names were not
correctly recognized in templated declarations.

Before:
  template <class TemplateIt>
  SomeReturnType
  SomeFunction(TemplateIt begin, TemplateIt end, TemplateIt* stop) {}

After:
  template <class TemplateIt>
  SomeReturnType SomeFunction(TemplateIt begin, TemplateIt end,
                              TemplateIt* stop) {}

llvm-svn: 188665
2013-08-19 10:16:18 +00:00
..
BreakableToken.cpp Revert r187935 "Support for double width characters." 2013-08-08 02:19:56 +00:00
BreakableToken.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
CMakeLists.txt Split UnwrappedLineFormatter into individual components. 2013-08-16 11:20:30 +00:00
ContinuationIndenter.cpp Split UnwrappedLineFormatter into individual components. 2013-08-16 11:20:30 +00:00
ContinuationIndenter.h Split UnwrappedLineFormatter into individual components. 2013-08-16 11:20:30 +00:00
Encoding.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
Format.cpp Split UnwrappedLineFormatter into individual components. 2013-08-16 11:20:30 +00:00
FormatToken.h clang-format: Add two new style options to support WebKit style. 2013-07-26 16:56:36 +00:00
Makefile
TokenAnnotator.cpp clang-format: Fix return type line break decision. 2013-08-19 10:16:18 +00:00
TokenAnnotator.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
UnwrappedLineParser.cpp Fixes a couple of bugs with the Allman brace breaking. 2013-08-07 19:20:45 +00:00
UnwrappedLineParser.h clang-format: Add more options to namespace indentation. 2013-07-31 23:16:02 +00:00
WhitespaceManager.cpp clang-format: Make alignment of trailing comments optional .. 2013-07-31 23:55:15 +00:00
WhitespaceManager.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00