llvm-project/clang/lib/Format
Manuel Klimek 836c2868f9 Add an option to not indent declarations when breaking after the type.
Make that option the default for LLVM style.

llvm-svn: 184563
2013-06-21 17:25:42 +00:00
..
BreakableToken.cpp Use the same set of whitespace characters for all operations in BreakableToken. 2013-06-20 13:58:37 +00:00
BreakableToken.h Don't remove backslashes from block comments. 2013-06-14 11:46:10 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Encoding.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
Format.cpp Add an option to not indent declarations when breaking after the type. 2013-06-21 17:25:42 +00:00
FormatToken.h Improved handling of escaped newlines at the token start. 2013-06-07 17:45:07 +00:00
Makefile
TokenAnnotator.cpp Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. 2013-06-17 13:19:53 +00:00
TokenAnnotator.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
UnwrappedLineParser.cpp Improve clang-format's error recovery. 2013-05-31 14:56:29 +00:00
UnwrappedLineParser.h Moved FormatToken to a separate header. 2013-06-03 16:45:03 +00:00
WhitespaceManager.cpp Fixes incorrect indentation of line comments after break and re-alignment. 2013-06-17 12:59:44 +00:00
WhitespaceManager.h Insert a space at the start of a line comment in case it starts with an alphanumeric character. 2013-06-11 16:01:49 +00:00