hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 5550de684f clang-format: Don't wrap "const" etc. of function declarations.
Generally people seem to prefer wrapping the first function parameter
over wrapping the trailing tokens "const", "override" and "final". This
does not extend to function-like annotations and probably not to other
non-standard annotations.

Before:
  void someLongFunction(int SomeLongParameter)
      const { ... }

After:
  void someLongFunction(
      int SomeLongParameter) const { ... }

llvm-svn: 201504
2014-02-17 07:57:46 +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: Don't wrap "const" etc. of function declarations. 2014-02-17 07:57:46 +00:00
FormatTestJS.cpp clang-format: Let chromium style inherit google style's javascript tweaks. 2014-02-02 20:50:45 +00:00
FormatTestProto.cpp clang-format: Let chromium style inherit google style's javascript tweaks. 2014-02-02 20:50:45 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00