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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Aug 10 16:38:01 PDT 2012


I guess it is hard to know for sure without seeing the changes in the
callers, but it sure looks good so far :-)

On 7 August 2012 15:55, Michael Spencer <bigcheesegs at gmail.com> wrote:
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list