You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments