[PATCH] D143418: [libclang] Add API to set preferred temp dir path
Igor Kushnir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 08:33:28 PST 2023
vedgy added a comment.
In D143418#4150360 <https://reviews.llvm.org/D143418#4150360>, @aaron.ballman wrote:
> So my intuition is that the current behavior works well enough and I doubt anyone's going to propose changes to it in the future.
So adding the `GlobalOptions` member to `CXIndexOptions`, adding the `clang_getDefaultGlobalOptions()` function and deprecating `clang_CXIndex_setGlobalOptions` in this revision is fine, right?
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