Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wrapped_clang params files after use #12896

Commits on Jan 26, 2021

  1. Remove wrapped_clang params files after use

    We use TempFile's destructor to remove the params file. Because we
    previously exec'd a new process, this was never called. Now we run
    them as subprocesses so we can cleanup afterwards.
    keith committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    02cf5e5 View commit details
    Browse the repository at this point in the history