loggingLevel: Debug Autocomplete is enabled. Error squiggles are enabled if all header dependencies are resolved. Hover is enabled. IntelliSense Engine = default. File exclude: **/.vscode File exclude: **/.vs File exclude: **/CVS File exclude: **/.git File exclude: **/.svn File exclude: **/Thumbs.db File exclude: **/.hg File exclude: **/.DS_Store Search exclude: **/node_modules Search exclude: **/*.code-search Search exclude: **/bower_components LSP: cpptools/didChangeCppProperties (id: 1) LSP: cpptools/queryCompilerDefaults (id: 2) LSP: cpptools/didChangeCppProperties (id: 3) Code browsing service initialized Attempting to get defaults from C++ compiler in "compilerPath" property: 'C:/Program Files (x86)/LLVM8/bin/clang-cl.exe' Querying compiler for default C++ language standard using command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-xc++ /clang:-E /clang:-dM nul Detected language standard version: c++14 Querying compiler's default target using command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-dumpmachine Compiler returned default target value: i686-pc-windows-msvc Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=c++17 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc++ /clang:-fno-blocks nul Attempting to get defaults from C compiler in "compilerPath" property: 'C:/Program Files (x86)/LLVM8/bin/clang-cl.exe' Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=c17 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=c11 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=c99 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=c89 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu23 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu2x /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu18 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu17 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu11 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu1x /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu99 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu9x /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-std=gnu89 /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Compiler query command line: "C:/Program Files (x86)/LLVM8/bin/clang-cl.exe" /clang:-m32 /clang:-v /clang:-E /clang:-dM /clang:-xc /clang:-fno-blocks nul Folder: C:/PROGRAM FILES (X86)/LLVM8/LIB/CLANG/8.0.1/INCLUDE/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/SHARED/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UCRT/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UM/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/WINRT/ will be indexed Folder: C:/PROGRAM FILES/MICROSOFT VISUAL STUDIO/2022/COMMUNITY/VC/TOOLS/MSVC/14.35.32215/INCLUDE/ will be indexed Folder: D:/PROJECTS/DUMMY/ will be indexed Folder: D:/PROJECTS/VCPKG/INSTALLED/X64-WINDOWS/INCLUDE/ will be indexed Custom browse configuration received: { "browsePath": [ "d:/projects/dummy" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Discovering files... LSP: cpptools/didChangeCustomBrowseConfiguration Processing folder (recursive): C:/PROGRAM FILES (X86)/LLVM8/LIB/CLANG/8.0.1/INCLUDE/ Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' Querying compiler for default C++ language standard using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-xc++ /clang:-E /clang:-dM nul LSP: cpptools/didChangeCppProperties (id: 4) LSP: cpptools/didChangeSettings LSP: cpptools/didChangeSettings LSP: cpptools/clearCustomConfigurations LSP: textDocument/didOpen: file:///d%3A/Projects/dummy/dummy.cpp LSP: cpptools/textEditorSelectionChange LSP: cpptools/getDocumentSymbols: file:///d%3A/Projects/dummy/dummy.cpp (id: 5) LSP: cpptools/getInlayHints: file:///d%3A/Projects/dummy/dummy.cpp (id: 6) LSP: cpptools/getDocumentSymbols: file:///d%3A/Projects/dummy/dummy.cpp (id: 7) LSP: cpptools/getDocumentSymbols: file:///d%3A/Projects/dummy/dummy.cpp (id: 8) LSP: cpptools/getFoldingRanges: file:///d%3A/Projects/dummy/dummy.cpp (id: 9) LSP: cpptools/getDocumentSymbols: file:///d%3A/Projects/dummy/dummy.cpp (id: 10) LSP: cpptools/getInlayHints: file:///d%3A/Projects/dummy/dummy.cpp (id: 11) LSP: cpptools/getFoldingRanges: file:///d%3A/Projects/dummy/dummy.cpp (id: 12) Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/SHARED/ LSP: cpptools/getSemanticTokens: file:///d%3A/Projects/dummy/dummy.cpp (id: 13) LSP: cpptools/activeDocumentChange: file:///d%3A/Projects/dummy/dummy.cpp LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 5) Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UCRT/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UM/ LSP: $/cancelRequest (cpptools/getInlayHints, id: 6) LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 7) LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 8) LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 9) Querying compiler for default C++ language standard using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-xc++ /clang:-E /clang:-dM /dev/null Custom configuration provider 'CMake Tools' registered Custom browse configuration received: { "browsePath": [ "d:/projects/dummy" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/WINRT/ LSP: cpptools/didChangeCppProperties (id: 14) LSP: cpptools/pauseParsing LSP: cpptools/clearCustomConfigurations LSP: cpptools/queryTranslationUnitSource: file:///d%3A/Projects/dummy/dummy.cpp (id: 15) LSP: cpptools/didChangeCustomBrowseConfiguration Processing folder (recursive): C:/PROGRAM FILES/MICROSOFT VISUAL STUDIO/2022/COMMUNITY/VC/TOOLS/MSVC/14.35.32215/INCLUDE/ Detected language standard version: c++98 Querying compiler's default target using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-dumpmachine Processing folder (recursive): D:/PROJECTS/DUMMY/ Processing folder (recursive): D:/PROJECTS/VCPKG/INSTALLED/X64-WINDOWS/INCLUDE/ Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++17 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++1z -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++14 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++1y -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++11 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++0x -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++03 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++98 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++23 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++2b -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++20 -m64 -Wp,-v -E -dM -x c++ nul Discovering files: 8076 file(s) processed Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++2a -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++17 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++1z -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++14 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++1y -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++11 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++0x -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++03 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++98 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -m64 -Wp,-v -E -dM -x c++ nul Failed to query compiler. Falling back to 32-bit intelliSenseMode. Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -m32 -Wp,-v -E -dM -x c++ nul Failed to query compiler. Falling back to no bitness. Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -Wp,-v -E -dM -x c++ nul 1900 file(s) removed from database Done discovering files. Populating include completion cache. Parsing remaining files... Parsing: 0 files(s) processed Done parsing remaining files. clang-cl.exe: warning: unknown argument ignored in clang-cl: '-dM' [-Wunknown-argument] clang-cl.exe: warning: unknown argument ignored in clang-cl: '-x' [-Wunknown-argument] clang-cl.exe: error: no such file or directory: 'c++' clang-cl.exe: warning: nul: 'linker' input unused [-Wunused-command-line-argument] Folder: C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2017/BUILDTOOLS/VC/TOOLS/MSVC/14.16.27023/INCLUDE/* will be indexed Folder: C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2017/BUILDTOOLS/VC/TOOLS/MSVC/14.16.27023/ATLMFC/INCLUDE/* will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UM/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UCRT/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/SHARED/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/WINRT/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/CPPWINRT/ will be indexed Folder: D:/PROJECTS/DUMMY/ will be indexed Discovering files... Autocomplete is enabled. Error squiggles are enabled if all header dependencies are resolved. Hover is enabled. IntelliSense Engine = default. Enhanced Colorization is enabled. Autocomplete is enabled. Error squiggles are enabled if all header dependencies are resolved. Hover is enabled. IntelliSense Engine = default. Enhanced Colorization is enabled. LSP: Request canceled by server (, id: 9) LSP: Request canceled by server (, id: 6) Checking for syntax errors: D:\Projects\dummy\dummy.cpp Custom configurations received: uri: file:///d%3A/Projects/dummy/dummy.cpp config: { "includePath": [], "defines": [ "dummy_EXPORTS" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Custom browse configuration received: { "browsePath": [ "d:/projects/dummy" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Custom browse configuration received: { "browsePath": [ "d:/projects/dummy" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' Processing folder (non-recursive): C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2017/BUILDTOOLS/VC/TOOLS/MSVC/14.16.27023/INCLUDE Processing folder (non-recursive): C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2017/BUILDTOOLS/VC/TOOLS/MSVC/14.16.27023/ATLMFC/INCLUDE LSP: cpptools/didChangeCustomConfiguration Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' Querying compiler for default C++ language standard using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-xc++ /clang:-E /clang:-dM nul LSP: cpptools/resumeParsing LSP: cpptools/clearCustomConfigurations LSP: cpptools/queryTranslationUnitSource: file:///d%3A/Projects/dummy/dummy.cpp (id: 16) LSP: cpptools/didChangeCustomBrowseConfiguration LSP: cpptools/didChangeCustomBrowseConfiguration sending compilation args for D:\Projects\dummy\dummy.cpp include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\INCLUDE include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\ATLMFC\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UCRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\WINRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\CPPWINRT stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Shutting down IntelliSense server: D:\Projects\dummy\dummy.cpp Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UM/ Querying compiler for default C++ language standard using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-xc++ /clang:-E /clang:-dM /dev/null Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/UCRT/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/SHARED/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/WINRT/ Detected language standard version: c++98 Querying compiler's default target using command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /clang:-dumpmachine Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/10/INCLUDE/10.0.22000.0/CPPWINRT/ sending compilation args for D:\Projects\dummy\dummy.cpp include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\INCLUDE include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\ATLMFC\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UCRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\WINRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\CPPWINRT stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: D:\Projects\dummy\dummy.cpp Queueing IntelliSense update for files in translation unit of: D:\Projects\dummy\dummy.cpp Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=c++98 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++23 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++2b -m64 -Wp,-v -E -dM -x c++ nul Processing folder (recursive): D:/PROJECTS/DUMMY/ Discovering files: 5270 file(s) processed Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++20 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++2a -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++17 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++1z -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++14 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++1y -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++11 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++0x -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++03 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -std=gnu++98 -m64 -Wp,-v -E -dM -x c++ nul Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -m64 -Wp,-v -E -dM -x c++ nul Failed to query compiler. Falling back to 32-bit intelliSenseMode. Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -m32 -Wp,-v -E -dM -x c++ nul Failed to query compiler. Falling back to no bitness. Compiler query command line: "c:/program files (x86)/llvm/bin/clang-cl.exe" /W3 /GR /EHsc /MD /O2 /Ob2 -Wp,-v -E -dM -x c++ nul clang-cl.exe: warning: unknown argument ignored in clang-cl: '-dM' [-Wunknown-argument] clang-cl.exe: warning: unknown argument ignored in clang-cl: '-x' [-Wunknown-argument] clang-cl.exe: error: no such file or directory: 'c++' clang-cl.exe: warning: nul: 'linker' input unused [-Wunused-command-line-argument] Checking for syntax errors: D:\Projects\dummy\dummy.cpp Custom configurations received: uri: file:///d%3A/Projects/dummy/dummy.cpp config: { "includePath": [], "defines": [ "dummy_EXPORTS" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' Error squiggle count: 0 Shutting down IntelliSense server: D:\Projects\dummy\dummy.cpp LSP: cpptools/didChangeCustomConfiguration Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' LSP: cpptools/clearCustomConfigurations LSP: cpptools/queryTranslationUnitSource: file:///d%3A/Projects/dummy/dummy.cpp (id: 17) Custom configurations received: uri: file:///d%3A/Projects/dummy/dummy.cpp config: { "includePath": [], "defines": [ "dummy_EXPORTS" ], "compilerPath": "c:/program files (x86)/llvm/bin/clang-cl.exe", "compilerArgs": [], "compilerFragments": [ "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG" ] } LSP: cpptools/didChangeCustomConfiguration Attempting to get defaults from C++ compiler in "compilerPath" property: 'c:/program files (x86)/llvm/bin/clang-cl.exe' LSP: cpptools/resumeParsing LSP: cpptools/resumeParsing sending compilation args for D:\Projects\dummy\dummy.cpp include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\INCLUDE include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\ATLMFC\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UCRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\WINRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\CPPWINRT define: dummy_EXPORTS define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: D:\Projects\dummy\dummy.cpp Shutting down IntelliSense server: D:\Projects\dummy\dummy.cpp sending compilation args for D:\Projects\dummy\dummy.cpp include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\INCLUDE include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\ATLMFC\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UCRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\WINRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\CPPWINRT define: dummy_EXPORTS define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Shutting down IntelliSense server: D:\Projects\dummy\dummy.cpp sending compilation args for D:\Projects\dummy\dummy.cpp include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\INCLUDE include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\BUILDTOOLS\VC\TOOLS\MSVC\14.16.27023\ATLMFC\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\UCRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\WINRT include: C:\PROGRAM FILES (X86)\WINDOWS KITS\10\INCLUDE\10.0.22000.0\CPPWINRT define: dummy_EXPORTS define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\Projects\dummy\dummy.cpp 4680 file(s) removed from database Done discovering files. Parsing open files... Populating include completion cache. Done parsing open files. Error squiggle count: 0 Update IntelliSense time (sec): 1.544 Parsing remaining files... Parsing: 0 files(s) processed Done parsing remaining files. LSP: cpptools/getSemanticTokens: file:///d%3A/Projects/dummy/dummy.cpp (id: 18) LSP: cpptools/getFoldingRanges: file:///d%3A/Projects/dummy/dummy.cpp (id: 19) LSP: cpptools/textEditorSelectionChange LSP: cpptools/activeDocumentChange: file:///d%3A/Projects/dummy/dummy.cpp