llvm-project/clang/unittests
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
..
AST PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
ASTMatchers Adding tests since when I was asked whether this works I wasn't 2012-12-10 07:08:53 +00:00
Basic Extend stat query APIs to explicitly specify if the query is for 2012-12-11 07:48:23 +00:00
Format Add basic support for splitting before function calls if it can't be 2012-12-17 14:34:14 +00:00
Frontend Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Lex Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Tooling Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00