clang-tidy: cannot find Standard C Library headers file #3788
-
InformationVIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 15 2019 23:09:58) Operating System:Windows 10 What went wrongALE recognize all the header files but apparently it won't recognize some
In my understanding I should change something in :ALEInfo
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I managed to make
|
Beta Was this translation helpful? Give feedback.
Update: I managed to make
clang-tidy
to work from thePowershell
command line withclang-tidy -checks=* --extra-arg=-I --extra-arg=C:/Devtools/Cygwin/usr/include C:/Projects/Project1/Root/src/MyFile.c -p C:/Projects/Project1/Root