Skip to content
Snippets Groups Projects
Forked from VTK / VTK
566 commits behind, 2 commits ahead of the upstream repository.
Ben Boeckel's avatar
Ben Boeckel authored
This informs the compiler that the function is used outside of the file
without having to coordinate a header with the declaration. With this,
`clang-tidy` can reliably point out symbols that can be `static` within
tests as well.
4a421f10
History