[Lldb-commits] [clang] [clang-tools-extra] [libcxx] [lldb] [llvm] Add clang basic module directory (PR #93388)
David Stone via lldb-commits
lldb-commits at lists.llvm.org
Sun May 26 11:59:58 PDT 2024
davidstone wrote:
To give a little more detail about my plans as of right now:
* Move `VisibleModuleSet` into its own file
* Move `ASTFileSignature` into its own file
* Take some of the related members of `Module`, group them together into their own class, and move the resulting classes into their own headers
That last one is the most vague, because until I actually do some of the work I won't really know what the proper divisions are. But even if that last bullet ends up being two things split out, the `Module` directory ends up with 6 files in it, which is a much more reasonable organizational structure than the 2 files in this commit.
https://github.com/llvm/llvm-project/pull/93388
More information about the lldb-commits
mailing list