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 _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits