[clang-tools-extra] [clangd] [C++20] [Modules] Introduce initial support for C++20 Modules (PR #66462)

2024-07-15 Thread Arthur Laurent via cfe-commits
Arthapz wrote: > Given we are going to branch clang19 in the end of the month, it is highly > possible that we can't land sufficient patches before that. Note that even if > we land this patch before that, the support of modules in clangd is expected > to very slow for real world applications.

[clang] Reland Print library module manifest path again (PR #84881)

2024-03-18 Thread Arthur Laurent via cfe-commits
Arthapz wrote: > The file we're looking for is `modules.json`; Renaming it > `libc++.modules.json` like `.so` / `.a` file might be a better idea which > could avoid name clashes when installed in `/usr/lib`. but i didn't rename it, it was installed like this :/ https://github.com/llvm/llvm-pr

[clang] Reland Print library module manifest path again (PR #84881)

2024-03-17 Thread Arthur Laurent via cfe-commits
Arthapz wrote: How do we use this ? i tried ``` > /opt/llvm-git/usr/bin/clang -std=c++23 -stdlib=libc++ > -print-library-module-manifest-path ``` and ``` > /opt/llvm-git/usr/bin/clang -std=c++23 -stdlib=libc++ > -print-library-module-manifest-path -resource-dir=/opt/llvm-git/usr/lib ``` b

[clang-tools-extra] [clangd] [C++20] [Modules] Introduce initial support for C++20 Modules (PR #66462)

2023-09-15 Thread Arthur Laurent via cfe-commits
Arthapz wrote: Oh nice going to try this :) https://github.com/llvm/llvm-project/pull/66462 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits