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
Previously, when goto-cc was invoked with multiple files with different
paths but the same basename (e.g., dir1/test.c, dir2/test.c), the
preprocessing results would be written to the same temporary directory.
Thus, earlier preprocessed files would be overwritten by later
preprocessed files. This change ensures that a separate temporary
directory is used for each preprocessed file.
0 commit comments