Questions tagged [clang-cl]

clang-cl is an alternative command line interface to Clang, which is part of the LLVM project. It is designed for compatibility with Microsoft's cl.exe. Use this tag for problems encountered that are specific to using clang-cl.

clang-cl is an alternative command line interface to Clang. Part of the LLVM project, it is designed for compatibility with Microsoft's Visual C++ compiler, cl.exe.

See the documentation for details on setting up and configuring your system to use it.

46 questions
0
votes
2 answers

Why YouCompleteMe does not work after dot?

I have installed YouCompleteMe according to the installation guide. I'm using gVim on Windows machine. Basic symbolic completion is working but I cannot make it to autocomplete from my headers. If I have: #include using namespace…
Ivan Gritsenko
  • 4,166
  • 2
  • 20
  • 34
1 2 3
4