"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bc02f4ce97cfde530339c937c879c603a5a10fa7"
Fix parsing of templated declarations.
Before: template <template <typename T>, typename P > class X; After: template <template <typename T>, typename P> class X; More importantly, the token annotations for the second ">" are now computed correctly. llvm-svn: 173047
Loading
Please register or sign in to comment