-
Improvement
-
Resolution: Incomplete
-
Minor
Some years ago the Intel C++/Fortran compilers turned to using the LLVM compiler infrastructure (same as Clang). That means that the "intel" parser doesn't work with new Intel compilers.
The old (Classic) and new (oneAPI) versions of the C+/Fortran compilers has been living side by side for some years. But the old C+ compiler was abandoned in 2023 and the Fortran compiler in 2024.
It would be great if there was a parser for modern Intel compilers.
A workaround at the moment is to use the "clang" parser, but I don't think it is 100% compatible.
The question is if it is best to update the intel parser or create a new parser intelLLVM to avoid breaking someones setup.