`Compile` and `Tidy` options are not available for modules (*.ixx)
See original GitHub issueThey are greyed out.
If I rename the file to have .cpp
extension it all works fine.
Issue Analytics
- State:
- Created 5 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
doesn't compile or import ixx files - c++
Rebuild failed unless I did a Clean first. ... Module declaration export module greetings; is not yet working on Visual studio 2019.
Read more >Implementing C++20 modules in an existing game engine
"Intellisense is not working well yet with modules" - Yeah, ... The compiler already knows that the .cppm/.ixx is a module and already...
Read more >Add IntelliSense for C++20 modules importing · Issue #6302
The intellisense is not working for imports at all. The definition: image. And whe we use it: image. But the compiler has no...
Read more >clang-tidy + cxx_modules - Usage
dir/test_module.ixx.o -c /clang-tidy-issue/test_module.ixx error: unable to handle compilation, expected exactly one compiler job in '' [clang- ...
Read more >Clang-Tidy doesn't find standard C++ modules, despite ...
I have a minimum not-working example here (may be downloaded as a .zip with the button on the top-right), that uses CMake +...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am glad to hear that
Great to know! I appreciate your assistance and the sample provided @jovibor I’ll keep you informed about any updates or progress on this issue
Have a nice day, Marina
Hi @mariru27,
This one seems to be working as expected, thank you!
As a sample you can use this project, it consist of exactly two files:
.cpp
and.ixx