================
@@ -2949,16 +2950,29 @@ void StdLibraryFunctionsChecker::initFunctionSummaries(
// void *mmap(void *addr, size_t length, int prot, int flags, int fd,
// off_t offset);
- // FIXME: Improve for errno modeling.
- addToFunctionSummaryMap(
- "mmap",
- Signature(
- ArgTypes{VoidPtrTy, SizeTyCanonTy, IntTy, IntTy, IntTy, Off_tTy},
- RetType{VoidPtrTy}),
+ // FIXME: Improve for errno modeling
----------------
steakhal wrote:
You probably don't want to associate with this FIXME, so let's not touch the
line. Anyway the llvm style says comments should be punctuated.
```suggestion
// FIXME: Improve for errno modeling.
```
https://github.com/llvm/llvm-project/pull/219568
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits