[PATCH] D20180: [tooling] Fix missing inline keyworkd, breaking build bot.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed May 11 16:51:26 PDT 2016


rnk added a comment.

In http://reviews.llvm.org/D20180#427840, @alexfh wrote:

> `inline` seems to be completely redundant here. Can you try removing it and running whatever build configurations were failing without http://reviews.llvm.org/D20182?


My bad, it's explicit function template specializations that need to be marked inline when in headers.


Repository:
  rL LLVM

http://reviews.llvm.org/D20180





More information about the cfe-commits mailing list