llvm-capstone/libc
Samira Bazuzi b5c2fa14ea
[libc] Mark operator== const to avoid ambiguity in C++20. (#68805)
C++20 will automatically generate an operator== with reversed operand
order, which is ambiguous with the written operator== when one argument
is marked const and the other isn't.

This operator currently triggers -Wambiguous-reversed-operator at usage
site libc/test/UnitTest/PrintfMatcher.cpp:28.
2023-10-11 23:59:13 -04:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
cmake/modules [libc] Enable missing memory tests on the GPU (#68111) 2023-10-06 08:27:36 -05:00
config [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
docs [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
include [libc] Change RPC opcode enum definition (#67439) 2023-09-26 15:24:28 -05:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc] Correct 'memrchr' definition and re-enable on GPU (#67850) 2023-09-29 18:22:00 -05:00
src [libc] Mark operator== const to avoid ambiguity in C++20. (#68805) 2023-10-11 23:59:13 -04:00
startup [libc] Add x86-64 stack protector support. 2023-10-04 14:18:23 -07:00
test [libc] Enable missing memory tests on the GPU (#68111) 2023-10-06 08:27:36 -05:00
utils [libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833) 2023-10-04 11:44:42 -04:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore
CMakeLists.txt [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +02:00
LICENSE.TXT
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.