hanchenye-llvm-project/clang/lib/Format
Daniel Jasper 03b1bc7a2a clang-format: Fix aligning of comments and escaped newlines in macros.
Before:
  #define A      \
    int i;   /*a*/ \
    int jjj; /*b*/

After:
  #define A        \
    int i;   /*a*/ \
    int jjj; /*b*/

llvm-svn: 205011
2014-03-28 15:06:01 +00:00
..
BreakableToken.cpp Preserve hanging indent when breaking line comments. 2014-03-10 13:14:56 +00:00
BreakableToken.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 04:29:04 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
ContinuationIndenter.cpp clang-format: Avoid line-breaks that increase the current column. 2014-03-27 16:14:13 +00:00
ContinuationIndenter.h clang-format: Extract getNewLineColumn out of addTokenOnNewLine. 2014-03-27 14:33:30 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp clang-format: Add flag for removing empty lines at the start of blocks. 2014-03-21 13:43:14 +00:00
FormatToken.cpp clang-format: Enable formatting of lambdas with explicit return type. 2014-01-16 09:11:55 +00:00
FormatToken.h Get rid of the adapted isLiteral method. 2014-03-28 09:27:09 +00:00
Makefile
TokenAnnotator.cpp Get rid of the adapted isLiteral method. 2014-03-28 09:27:09 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp clang-format: Recognize more ObjC blocks with parameters/return type. 2014-03-28 07:48:59 +00:00
UnwrappedLineParser.h Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
WhitespaceManager.cpp clang-format: Fix aligning of comments and escaped newlines in macros. 2014-03-28 15:06:01 +00:00
WhitespaceManager.h Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00