Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang] Allow CompilerInvocation to change CASOptions
Add APIs to change CASOptions inside CompilerInvocation. This is needed to make copies of CompilerInvocations but share the underlying CAS storage and avoid making more CAS storages that points to the same location.
- Loading branch information