llvm-project/clang/unittests
Daniel Jasper 88db760e4b clang-format: Make it more expensive to break template parameters.
In particular, make it more expensive than breaking after the return
type of a function definition/declaration.

Before:
  template <typename T>
  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaa<
      T>::aaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaa);

After:
  template <typename T>
  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  aaaaaaaaaaaaaaaaaaaaaaa<T>::aaaaaaaaaaaaa(
      aaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaa);

llvm-svn: 260497
2016-02-11 06:43:01 +00:00
..
AST Remove autoconf support 2016-01-26 21:30:40 +00:00
ASTMatchers Make ParentMap work with explicit specializations of function templates. 2016-02-08 22:23:09 +00:00
Basic Remove autoconf support 2016-01-26 21:30:40 +00:00
CodeGen Remove autoconf support 2016-01-26 21:30:40 +00:00
Driver Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: Make it more expensive to break template parameters. 2016-02-11 06:43:01 +00:00
Frontend Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex Remove autoconf support 2016-01-26 21:30:40 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Remove autoconf support 2016-01-26 21:30:40 +00:00
StaticAnalyzer Remove autoconf support 2016-01-26 21:30:40 +00:00
Tooling Add Tooling functionality to get a name for a QualType that can be used to name 2016-02-09 21:04:04 +00:00
libclang Remove autoconf support 2016-01-26 21:30:40 +00:00
CMakeLists.txt [CMake] Don't build the libclang tests unless you're building libclang 2015-12-04 23:12:19 +00:00