llvm-project/clang/lib/Format
Manuel Klimek 421147ec65 Get rid of special parsing for return statements.
This was done when we were not able to parse lambdas to handle some
edge cases for block formatting different in return statements, but is
not necessary any more.

llvm-svn: 199982
2014-01-24 09:25:23 +00:00
..
BreakableToken.cpp clang-format: Fix bug introduced in r198871. 2014-01-14 09:53:07 +00:00
BreakableToken.h Remove extra whitespace instead of breaking the line in comments when possible. 2013-11-12 17:50:13 +00:00
CMakeLists.txt [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
ContinuationIndenter.cpp clang-format: Fix bug introduced in r198871. 2014-01-14 09:53:07 +00:00
ContinuationIndenter.h Added an option to avoid splitting certain kinds of comments into lines. 2014-01-02 15:13:14 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp clang-format: Leave 2 empty lines in Google's JavaScript style. 2014-01-20 14:10:30 +00:00
FormatToken.cpp clang-format: Enable formatting of lambdas with explicit return type. 2014-01-16 09:11:55 +00:00
FormatToken.h clang-format: Enable formatting of lambdas with explicit return type. 2014-01-16 09:11:55 +00:00
Makefile
TokenAnnotator.cpp clang-format: Treat "." in protos like namespace separators. 2014-01-22 08:04:52 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp Get rid of special parsing for return statements. 2014-01-24 09:25:23 +00:00
UnwrappedLineParser.h Get rid of special parsing for return statements. 2014-01-24 09:25:23 +00:00
WhitespaceManager.cpp clang-format: Improve clang-format's detection about comment binding. 2013-11-08 23:31:14 +00:00
WhitespaceManager.h Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00