Re: [A fix related to closing C++ header file descriptors on windows]

2016-06-09 Thread jean-yves desbree via cfe-commits
PM jean-yves desbree via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> I use clang 3.6.2 with qt creator 3.5.1 on windows 7 for parsing code in >> this IDE. >> It works well. >> >> However, I can see that clang keeps a few times some file descriptor

[A fix related to closing C++ header file descriptors on windows]

2015-11-26 Thread jean-yves desbree via cfe-commits
I use clang 3.6.2 with qt creator 3.5.1 on windows 7 for parsing code in this IDE. It works well. However, I can see that clang keeps a few times some file descriptors opened on c++ header files (h files) after having parsed a cpp file (that includes these h files). The effect is that we cannot sa