[PATCH] D143418: [libclang] Add API to set preferred temp dir path
Igor Kushnir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 13 22:04:46 PST 2023
vedgy added a comment.
> `uint32_t Size; // = sizeof(struct CIndexOptions), used for option versioning`
`uint32_t` was introduced in C99. Can/should it be used in //Index.h//? Only built-in `[unsigned] (int|long)` types are currently used in this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143418/new/
https://reviews.llvm.org/D143418
More information about the cfe-commits
mailing list