This is my build system
{
"file_regex": "^([^:]+):([0-9]+):([0-9]+)? error: (.+)$",
"cmd": "clang-cl -Od -MTd -fp:fast -fp:except- -nologo -GR- -EHa- -Oi -WX -W4 -wd4505 -wd4201 -wd4100 -wd4189 -wd4324 -DINTERNAL=1 -DSLOW=1 -DWIN32=1 -FC -Z7 -GS- -Wno-invalid-token-paste -Wno-null-dereference -Wno-unused-variable -Wno-microsoft-cast -Wno-missing-braces -Wno-unused-function -Wno-writable-strings -m64 C:/Users/J/Documents/project/code/win32_jesse.cpp",
"working_dir": "${file_path}",
"selector": "source.h, source.cpp"
}
And yet, ST3 doesn’t point out the error in the code view. ST isn’t providing any real feedback as to what is happening (or lack there of). Any ideas?