hanchenye-llvm-project/clang/lib/Format
Daniel Jasper 655d96ab3b clang-format: Improve detection of function types.
This fixes an incorrect detection that led to a formatting error.
Before:
  some_var = function (*some_pointer_var)[0];
After:
  some_var = function(*some_pointer_var)[0];

llvm-svn: 186402
2013-07-16 11:37:21 +00:00
..
BreakableToken.cpp Add 'static' and 'const' qualifiers to some arrays of strings. 2013-07-15 08:24:27 +00:00
BreakableToken.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Encoding.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
Format.cpp Improvement of change r186320. 2013-07-15 14:33:14 +00:00
FormatToken.h Add experimental flag for adaptive parameter bin-packing. 2013-07-10 14:02:49 +00:00
Makefile
TokenAnnotator.cpp clang-format: Improve detection of function types. 2013-07-16 11:37:21 +00:00
TokenAnnotator.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
UnwrappedLineParser.cpp Fix alignment of closing brace in braced initializers. 2013-07-09 09:06:29 +00:00
UnwrappedLineParser.h Fix alignment of closing brace in braced initializers. 2013-07-09 09:06:29 +00:00
WhitespaceManager.cpp Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
WhitespaceManager.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00