[PATCH] D143418: [libclang] Add API to set preferred temp dir path

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 08:37:31 PST 2023


aaron.ballman added a comment.

In D143418#4150724 <https://reviews.llvm.org/D143418#4150724>, @vedgy wrote:

> 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?

I think so, yes.


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