llvm-project/clang/unittests/Format
Daniel Jasper 5485d0cd67 Add basic support for splitting before function calls if it can't be
avoided.

This required a minor modification of the memoization as now the
"CurrentPenalty" depends on whether or not we break before the current
token. Therefore, the CurrentPenalty should not be memoized but added
after retrieving a value from memory. This should not affect the runtime
behavior.

llvm-svn: 170337
2012-12-17 14:34:14 +00:00
..
CMakeLists.txt
FormatTest.cpp Add basic support for splitting before function calls if it can't be 2012-12-17 14:34:14 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00