hanchenye-llvm-project/clang/lib/Format
David Blaikie 3875a82d42 Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
It's also possible to just write "= nullptr", but there's some question
of whether that's as readable, so I leave it up to authors to pick which
they prefer for now. If we want to discuss standardizing on one or the
other, we can do that at some point in the future.

llvm-svn: 213439
2014-07-19 01:06:45 +00:00
..
BreakableToken.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
BreakableToken.h Fix alignment of trailing block comments. 2014-04-17 16:12:46 +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: Improve heuristic around avoiding bad line breaks. 2014-07-15 09:00:34 +00:00
ContinuationIndenter.h clang-format: Refactor indentation behavior for multiple nested blocks. 2014-06-03 12:02:45 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp Fix typos 2014-07-14 19:42:55 +00:00
FormatToken.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
FormatToken.h clang-format: Fix behavior around pointer-to-member invocations. 2014-07-09 13:07:57 +00:00
Makefile
TokenAnnotator.cpp Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
TokenAnnotator.h clang-format: Revamp function declaration/definition indentation. 2014-07-09 07:50:33 +00:00
UnwrappedLineParser.cpp clang-format: [JS] support free-standing functions again. 2014-06-30 13:24:54 +00:00
UnwrappedLineParser.h clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
WhitespaceManager.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
WhitespaceManager.h Fix alignment of trailing block comments. 2014-04-17 16:12:46 +00:00