mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
The updated test results look more correct, as the documentation of `#include_next` [1] that it should start looking in the next directory in the search path. Before this update, the frontend was actually looking in the current directory first, which is incorrect. [1] https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html