Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 6.0.0
-
None
-
8ad7ab2d2a (qt-creator/qt-creator/7.0) 8ad7ab2d2a (qt-creator/qt-creator/master) 8ad7ab2d2a (qt-creator/tqtc-qt-creator/7.0) 8ad7ab2d2a (qt-creator/tqtc-qt-creator/master) 8ad7ab2d2a (qt-creator/tqtc-qt-creator/qds-3.1)
Description
there's a small cosmetic issue with clangd when parsing macos system headers:
when looking at macos system headers, it seems that stdint.h is not properly traversed: standard c99 types are not defined. when opening stdint.h itself, the `#include_next` directive doesn't seem to be properly parsed, either.
this makes me wonder if the `#include_next` breaks the parsing also for "normal" system headers?