llvm-project
1c602c5f - [libc] Define away __restrict in C++ without GNU extensions (#114655)

Commit
1 year ago
[libc] Define away __restrict in C++ without GNU extensions (#114655) The C99 restrict keyword is spelled __restrict in the libc headers so it can be parsed by C++ compilers with GNU extensions that recognize it. When GNU extensions are not available in C++
Author
Parents
Loading