[libc-commits] [PATCH] D89436: Update spec information.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Oct 14 22:43:03 PDT 2020
sivachandra added a comment.
For all libc changes, the commit message should have `[libc]` prefixed to the first line.
================
Comment at: libc/spec/stdc.td:4
+ // Most type definitions are dealt with in spec.td, but FILE (and associated
+ // derivative types) are also defined in libc/config/public_api.td.
+ // This causes a problem if the FILE type is defined in spec.td, so it is left
----------------
Can you point to the line in `public_api.td` which has the definitions for `FILE` related types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89436/new/
https://reviews.llvm.org/D89436
More information about the libc-commits
mailing list