Details
Details
- Reviewers
sivachandra - Commits
- rGc8f79892af4c: [libc] Add a trivial implementation for bcmp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. We need to add an entry for bcmp here to keep the integration tests running: https://github.com/llvm/llvm-project/blob/main/libc/spec/llvm_libc_ext.td
libc/src/string/bcmp.cpp | ||
---|---|---|
18 | Nit: Since the body of the for loop is more than one line, we should add braces. |
clang-tidy: warning: invalid case style for variable 'kBcmpConfigurations' [readability-identifier-naming]
not useful