[PATCH] D125231: [pseudo] Compile cxx grammar.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 07:18:05 PDT 2022


hokein added a comment.

This is just a prototype, wanting some early feedback before making further progress:

- compiling the generated Cxx.cpp is very slow (took minutes, mostly due to the LRTable::Actions);
- layering (location of the generated header file) is not super clear;


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125231/new/

https://reviews.llvm.org/D125231



More information about the cfe-commits mailing list