llvm-project/clang/lib/Format
Alexander Kornienko ecc232d521 Fix the regression caused by r196378
llvm-svn: 196380
2013-12-04 13:25:26 +00:00
..
BreakableToken.cpp Fix crash in getStringSplit. 2013-11-26 10:38:53 +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 clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
ContinuationIndenter.cpp clang-format: Fix bad indentation of nested blocks. 2013-11-29 08:46:20 +00:00
ContinuationIndenter.h Simplify fix proposed in r195240. 2013-11-20 14:54:39 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp Fix the regression caused by r196378 2013-12-04 13:25:26 +00:00
FormatToken.cpp clang-format: Prefer column layout if possible. 2013-11-23 10:22:59 +00:00
FormatToken.h Added an option to allow short function bodies be placed on a single line. 2013-11-20 16:33:05 +00:00
Makefile
TokenAnnotator.cpp clang-format: Fix incorrect space in parameters named by comment. 2013-11-23 14:51:47 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp clang-format: Correctly handle Qt's Q_SLOTS. 2013-11-29 08:51:56 +00:00
UnwrappedLineParser.h Automatically munch semicolons after blocks. 2013-10-12 22:46:56 +00:00
WhitespaceManager.cpp clang-format: Improve clang-format's detection about comment binding. 2013-11-08 23:31:14 +00:00
WhitespaceManager.h Support formatting of preprocessor branches. 2013-10-11 21:25:45 +00:00