forked from OSchip/llvm-project
8835a32078
Before: template <class F> void Call(F f) { f.template operator() <int>(); } After: template <class F> void Call(F f) { f.template operator()<int>(); } llvm-svn: 220202 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FormatTest.cpp | ||
FormatTestJS.cpp | ||
FormatTestJava.cpp | ||
FormatTestProto.cpp | ||
FormatTestUtils.h | ||
Makefile |