llvm-project/clang/lib/Format
Manuel Klimek f81e5c0e50 Fix bool expression special case.
Clang-format now correctly formats:
  some_type<a * b> v;
  template <bool a, bool b> typename enabled_if<a && b>::type f() {}

llvm-svn: 204913
2014-03-27 11:17:36 +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: Correctly identify ObjC Block with return type. 2014-03-27 09:43:54 +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: 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 clang-format: Correctly identify ObjC Block with return type. 2014-03-27 09:43:54 +00:00
Makefile
TokenAnnotator.cpp Fix bool expression special case. 2014-03-27 11:17:36 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp clang-format: Detect function-like macros only when upper case is used. 2014-03-18 14:35:20 +00:00
UnwrappedLineParser.h Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +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