This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Description
Hi there, I have installed linter-clang and autocomplete-clang to try and make Atom my go to IDE for C++ development. I came from a Vim environment where we just use YouCompleteMe.
Every time I make a change to the code the linter takes ages processing and then just gives up, and spits the same error repeatedly:
[Linter] Error running clang Error: Process execution timed out
at /Users/tiferrei/.atom/packages/linter-clang/node_modules/sb-exec/lib/index.js:89
(anonymous) @ linter-registry.js [sm]:137
I was wondering if there might be some sort of conflict with autocomplete-clang as that doesn't work either.