[lld] r197039 - Run clang-format for PECOFF reader/writer code. No other changes.

Joey Gouly joey.gouly at arm.com
Wed Dec 11 08:50:18 PST 2013


I was going to suggest this. We should add a .clang-format file containing:

 

BasedOnStyle: LLVM

LanguageStandard: C++11

 

To the root of the lld folder.

 

From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Reid Kleckner
Sent: 11 December 2013 16:44
To: Rui Ueyama
Cc: llvm-commits
Subject: Re: [lld] r197039 - Run clang-format for PECOFF reader/writer code.
No other changes.

 

On Wed, Dec 11, 2013 at 6:10 AM, Rui Ueyama <ruiu at google.com> wrote:

-  std::vector<std::unique_ptr<COFFReference>> _references;
+  std::vector<std::unique_ptr<COFFReference> > _references;

 

I thought clang-format had a C++11 option that elides the space between
double right angle brackets in template names.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131211/c7a0b599/attachment.html>


More information about the llvm-commits mailing list