forked from OSchip/llvm-project
6f2b88a398
Before: template <typename T> auto aaaaaaaaaaaaaaaaaaaaaa(T t) -> decltype(eaaaaaaaaaaaaaaa<T>(t.a) .aaaaaaaa()); After: template <typename T> auto aaaaaaaaaaaaaaaaaaaaaa(T t) -> decltype(eaaaaaaaaaaaaaaa<T>(t.a).aaaaaaaa()); Also add a test case for a difficult template parsing case I stumbled accross. Needs fixing. llvm-svn: 239149 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FormatTest.cpp | ||
FormatTestJS.cpp | ||
FormatTestJava.cpp | ||
FormatTestProto.cpp | ||
FormatTestUtils.h | ||
Makefile |