Added a cleanup helper object to make sure the directory that was opened with...
Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". llvm-svn: 124648
Loading
Please register or sign in to comment