[Openmp-dev] LLVM coding conventions an the OpenMP runtime

Wilmarth, Terry L via Openmp-dev openmp-dev at lists.llvm.org
Thu Aug 11 11:06:09 PDT 2016


A second thing we are considering (and apologies for leaving this out of the original message) is the renaming of .c files to .cpp.   As the runtime evolves, C++ has been used more and more.  

So the file renaming is something else to consider, either separately or in conjunction with the code formatting changes.   

-Terry

-----Original Message-----
From: Openmp-dev [mailto:openmp-dev-bounces at lists.llvm.org] On Behalf Of Chris Lattner via Openmp-dev
Sent: Thursday, August 11, 2016 12:17 AM
To: C Bergström <cbergstrom at pathscale.com>
Cc: LLVM-OpenMP (openmp-dev at lists.llvm.org) <openmp-dev at lists.llvm.org>
Subject: Re: [Openmp-dev] LLVM coding conventions an the OpenMP runtime

On Aug 9, 2016, at 1:23 AM, C Bergström via Openmp-dev <openmp-dev at lists.llvm.org> wrote:
> Pragmatically and just my view - If the research is open and there's a
> plan to integrate it back I'm empathetic. If it's closed and just an
> outside fork, I don't care what you do and it shouldn't block an open
> source project.

+1, this is consistent with the overall LLVM approach.

The open source project can’t be concerned with every private fork that may be maintained, and worrying about that often cuts against the bests interests of the project (which is to always move forward).

Additionally, it is arguably *better* for the open source project to have a bit of churn in the code, because this makes it more painful to maintain out of tree branches. This is one way to encourage these private branches to be contributed back to mainline, instead of being kept proprietary.

-Chris
_______________________________________________
Openmp-dev mailing list
Openmp-dev at lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev


More information about the Openmp-dev mailing list