[PATCH] D67867: [libc] Add few docs and implementation of strcpy and strcat.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 08:48:30 PDT 2019


MaskRay added inline comments.


================
Comment at: libc/include/math.h:18
+
+float acosf(float x);
+
----------------
MaskRay wrote:
> I'd prefer deleting empty lines among similar functions.
I mean

```
double asin(double); // no blank line below
float asinf(float);
long double asinl(long double);
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67867/new/

https://reviews.llvm.org/D67867





More information about the llvm-commits mailing list