[PATCH] D67025: Add .inl as valid C++ header type

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 12:44:49 PDT 2022


tschuett added a comment.

Note that in this directory is an ,inl file:
https://github.com/openucx/ucx/tree/master/src/uct/ib/mlx5
It is a pure C library with C++ gtest.

I believe that .inl is about inlining, but it is not tied to a language.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67025/new/

https://reviews.llvm.org/D67025



More information about the cfe-commits mailing list