Fix a bunch more instances of incorrect use of the static
keyword and missing use of LIBC_INLINE and LIBC_INLINE_VAR
macros. Note that even forward declarations and generic template
declarations must follow the prescribed patterns for libc code so
that they match every definition, all template specializations.
Details
Details
- Reviewers
Caslyn michaelrj gchatelet - Commits
- rG5bf8efd269f8: [libc] Fix more inline definitions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo