Loading
clang-tools: handle -cxx-isystem in wrapper
The libcxx-cxxflags file uses -cxx-isystem instead of -isystem for C++ include paths. Without handling this flag, the CPLUS_INCLUDE_PATH was not being set correctly, causing clang-tidy to fail finding standard library headers like <iostream> and <cstring>.