llvm-project/clang/unittests/Format
Daniel Jasper 6e42b1eb8b Improve formatting of function types.
Before: void * (*a)(int *, SomeType *);
After:  void *(*a)(int *, SomeType *);
llvm-svn: 178474
2013-04-01 17:13:26 +00:00
..
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
FormatTest.cpp Improve formatting of function types. 2013-04-01 17:13:26 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00