"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8a5f75ed5d998b207d5c2008287cfa34157d8ad7"
A first step towards giving format tokens pointer identity.
With this patch, we create all tokens in one go before parsing and pass an ArrayRef<FormatToken*> to the UnwrappedLineParser. The UnwrappedLineParser is switched to use pointer-to-token internally. The UnwrappedLineParser still copies the tokens into the UnwrappedLines. This will be fixed in an upcoming patch. llvm-svn: 182768
Loading
Please register or sign in to comment