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

2016-06-09 Thread jean-yves desbree via cfe-commits
Hi Manuel, I had forgotten this point and I see your mail only now... Thanks for your interest. I did not evaluate this issue with a newer release of clang (issue seen in 3.6.2) However, it seems that other people still have this kind of issue for several months. https://bugreports.qt.io/browse/

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

2016-04-27 Thread Manuel Klimek via cfe-commits
Stumbling over this (much too late, of course), is this still a problem for you? On Thu, Nov 26, 2015 at 5:01 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. > > Howev

[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