search for: filestoremove

Displaying 3 results from an estimated 3 matches for "filestoremove".

2004 Nov 15
0
[LLVMdev] Fixes for windows version
...@@ > } > > // RemoveFileOnSignal - The public API > -void sys::RemoveFileOnSignal(const std::string &Filename) { > +void sys::RemoveFileOnSignal(const sys::Path &Filename) { > RegisterHandler(); > > if (CleanupExecuted) > @@ -81,7 +81,7 @@ > if (FilesToRemove == NULL) > FilesToRemove = new std::vector<sys::Path>; > > - FilesToRemove->push_back(sys::Path(Filename)); > + FilesToRemove->push_back(sys::Path(Filename.get())); > > LeaveCriticalSection(&CriticalSection); > } > Index: lib/System/Win32/Win32...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...quot;(anonymous namespace)::separators"}, {"_ZN12_GLOBAL__N_1L7successE", "(anonymous namespace)::success"}, {"_ZL20PrettyStackTraceHead", "PrettyStackTraceHead"}, {"_ZL12SignalsMutex", "SignalsMutex"}, {"_ZL13FilesToRemove", "FilesToRemove"}, {"_ZL14CallBacksToRun", "CallBacksToRun"}, {"_ZL17InterruptFunction", "InterruptFunction"}, {"_ZL20NumRegisteredSignals", "NumRegisteredSignals"}, {"_ZL20RegisteredSignalInfo&quot...