hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper ea79ea1627 clang-format: Prefer breaking after return type over template param
Before:
  typename aaaaaaaaaa<aaaaaa>::aaaaaaaaaaa aaaaaaaaaa<
      aaaaaa>::aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(bool *aaaaaaaaaaaaaaaaaa,
                                                   bool *aa) {}

After:
  typename aaaaaaaaaa<aaaaaa>::aaaaaaaaaaa
  aaaaaaaaaa<aaaaaa>::aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(
      bool *aaaaaaaaaaaaaaaaaa, bool *aa) {}

llvm-svn: 215693
2014-08-15 05:00:39 +00:00
..
CMakeLists.txt clang-format: Better support and testing for protocol buffers. 2014-01-19 09:04:08 +00:00
FormatTest.cpp clang-format: Prefer breaking after return type over template param 2014-08-15 05:00:39 +00:00
FormatTestJS.cpp clang-format: [JS] support free-standing functions again. 2014-06-30 13:24:54 +00:00
FormatTestProto.cpp clang-format: [proto] Understand text-format nesting without : 2014-08-15 05:00:35 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00