Open
Description
#include <>
will always look in directories the specified for the target or the system location(s), while #include ""
will also look on the filesystem relative to the file before that.
This extra work incurs some cost, however the ability to group includes differently using clang-format is useful.