[Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
dawn+llvm at burble.org
Mon Jul 27 11:22:21 PDT 2015
dawn added a comment.
In http://reviews.llvm.org/D11482#212679, @clayborg wrote:
> Questions:
>
> - So does pascal have a native llvm/clang type system that isn't in the clang namespace?
It uses the clang type system with lots of extensions.
> - Does pascal use types created in a clang::ASTContext or doesn't it have its own type system?
They are created in clang::ASTContext with lots of extensions.
> - Does pascal use the clang expression parser or a native one?
Both at the moment :) we have a modified clang FE as a short-term "minimal parser" until a full-blown pascal FE can be hooked up.
Repository:
rL LLVM
http://reviews.llvm.org/D11482
More information about the lldb-commits
mailing list