These were required by the llvmlibc linter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/__support/RPC/rpc.h | ||
---|---|---|
79 | @sivachandra: Do these templates need to be annotated too? |
libc/src/__support/RPC/rpc.h | ||
---|---|---|
79 | Yes, this should be: template <typename W, typename C> LIBC_INLINE bool handle(W, C); |
@sivachandra: Do these templates need to be annotated too?