Closed
Description
Describe the bug
After the following commit, absolute paths are misinterpreted as unrecognized flags.
To Reproduce
~$ git clone https://github.com/hsutter/cppfront
~$ cd cppfront
~/cppfront$ clang++-19 -o cppfront -O2 -std=c++20 source/cppfront.cpp
~/cppfront$ ./cppfront "$PWD/regression-tests/pure2-enum.cpp2"
/home/alex/cppfront/regression-tests/pure2-enum.cpp2 - unknown compiler flag name (try /help)
Additional context
N/A