Closed emlai closed 6 years ago
Seems fine for me on macOS. Do you still encounter this problem?
Apparently I had two clangs installed in different locations, one of them was clang 4.0 built from source, and the other was a newer one that comes with Xcode. I now removed the clang 4.0, and it seems to have fixed this problem.
I'm using cldoc 1.9 installed via
sudo pip install cldoc
. I'm invokingcldoc generate -- --output docs main.cpp
which gives me the following output:The file
main.cpp
has the following contents:I also tried
cldoc -std=c++11 generate -- --output docs main.cpp
with no luck.This seems to be the same error as in #89, but apparently it's come back.