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
feat: Add command -cwd (change working directory) (#1024)
* cli: Add command '-cwd' (change working directory).
* Tweak to strip leading path always, so that the `.cpp2` source file path is stripped
In addition to enabling `-cwd` behavior, this will change the default to put files in the current directory even if a pathname is used to refer to a file in another directory (this default behavior will be overridden by `-o` or `-cwd` if specified)
* Remove stray `;;` for clean builds
---------
Co-authored-by: Herb Sutter <[email protected]>
0 commit comments