Comment #2 on issue 1262 by feux-follets: stddef.h not found
Checked out clang_15 branch.
```
cmake -DCMAKE_PREFIX_PATH=/usr/lib ../include-what-you-use
```
LLVM libs are located under /usr/lib
```
-rwxr-xr-x 1 root root 102K Apr 8 13:45 LLVMgold.so*
lrwxrwxrwx 1 root root 13 Apr 8 13:45 libLLVM.so -> libLLVM-15.so*
-rw-r--r-- 1 root root 755K Apr 8 13:45 libLLVMDemangle.a
-rw-r--r-- 1 root root 5.9M Apr 8 13:45 libLLVMSupport.a
-rw-r--r-- 1 root root 1.2M Apr 8 13:45 libLLVMTableGen.a
-rwxr-xr-x 1 root root 121M Apr 8 13:45 libLLVM-15.so*
lrwxrwxrwx 1 root root 13 Apr 8 13:45
libLLVM-15.0.7.so -> libLLVM-15.so*
```
I can see the stddef.h inside build directory:
```
[evan@Evan-Desktop include]$ readlink -f stddef.h
/home/evan/include-what-you-use/build/lib/clang/15.0.7/include/stddef.h
```