[PATCH] D27512: Move clang's ParseHelper into Support (llvm part)

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 04:00:22 PST 2016


olista01 added a comment.

> It would be really cool if we could build some kind of DiagnosticVerifier utility that would work for both clang and llvm-mc.

I did consider that, but unfortunately the clang version of this uses clang's own systems for diagnostics, source management etc, so I think this would only be able to share a small amount of code, at the cost of a lot of added complexity.


Repository:
  rL LLVM

https://reviews.llvm.org/D27512





More information about the llvm-commits mailing list