[all-commits] [llvm/llvm-project] a25fa9: [libc][stdbit] Add C tests for stdbit generic macr...

lntue via All-commits all-commits at lists.llvm.org
Mon Mar 11 12:39:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a25fa92d870a5cbb3eeccdc7458d1bc6834b695a
      https://github.com/llvm/llvm-project/commit/a25fa92d870a5cbb3eeccdc7458d1bc6834b695a
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M libc/test/include/CMakeLists.txt
    A libc/test/include/stdbit_stub.h
    A libc/test/include/stdbit_test.c
    M libc/test/include/stdbit_test.cpp

  Log Message:
  -----------
  [libc][stdbit] Add C tests for stdbit generic macros. (#84670)

Currently there is no tests for generic macros of generated `stdbit.h`
header in C, and it is easy to make typo mistakes as in
https://github.com/llvm/llvm-project/issues/84658. In this patch, we
add a simple test for them in C.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list