Issue 110268
Summary [Clangd] experimental module support seems to do little to nothing
Labels clangd, clang:modules
Assignees
Reporter cool-cose
    Having checked the patch log for the new experimental module support i would have expected a little more and i'm pretty sure it's just an issue on my end.

with --experimental-modules-support on all i really get is that import statements are not tagged as errors and methods from a module get tagged as "from *.cppm", there is no autocomplete, the comments for methods aren't shown and so on.

`clangd --version` output:
clangd version 19.1.0 (https://github.com/llvm/llvm-project a4bf6cd7cfb1a1421ba92bca9d017b49936c55e4)
Features: windows+grpc
Platform: x86_64-pc-windows-msvc

clangd arguments:
--query-driver=C:\msys64\mingw64\bin\clang++.exe
--experimental-modules-support

os:
windows 11

for a bit of added context, im using the mingw clang package which is still at 18.1.8.
i've tried build clang and clangd from source but what i could build with visual studio (i usually use visual studio code with cmake) came out broken, it could be the clang and clangd version mismatch but im not sure.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to