You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating MSVC projects using CMake with a higher version and ClangCl as the compiler, the -imsvc option is replaced with /external:I as an alternative compiler option. This is due to a reported issue where Clang-Tidy cannot recognize the /external:I option but can recognize -imsvc. This results in a contradiction where -imsvc is not recognized when exporting the Compilation Database, while /external:I is accurately exported.
The text was updated successfully, but these errors were encountered:
When generating MSVC projects using CMake with a higher version and ClangCl as the compiler, the -imsvc option is replaced with /external:I as an alternative compiler option. This is due to a reported issue where Clang-Tidy cannot recognize the /external:I option but can recognize -imsvc. This results in a contradiction where -imsvc is not recognized when exporting the Compilation Database, while /external:I is accurately exported.
The text was updated successfully, but these errors were encountered: