[llvm-commits] [PATCH Proposal] Clean up Support/Process.h to modern llvm style.

Michael Spencer bigcheesegs at gmail.com
Tue Aug 7 12:55:35 PDT 2012


Attached is a patch proposing a change to the interface of
Support/Process.h. It is currently a class with a bunch of static
members. This patch drops the Process class and make all of its static
functions normal members of the llvm::sys namespace. This also fixes
the capitalization and drops GetTotalMemoryUsage which is never
referenced.

If the proposed fix looks good, I'll port the implementation and users
(in clang and llvm) over to the new API and post a full patch.

- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Support-Clean-up-the-Process-interface-to-modern-llv.patch
Type: application/octet-stream
Size: 5612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120807/cf78a1b8/attachment.obj>


More information about the llvm-commits mailing list