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

Reid Kleckner rnk at google.com
Wed Dec 11 08:44:02 PST 2013


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/3d2a4b8b/attachment.html>


More information about the llvm-commits mailing list