clang will drop user supplied include path if it's already in system include paths to emulate gcc. if two files with same name both exist in user path and system path, and user set system path first in arguments, this leads different behavior to msvc. this patch preserve user include path order when emulating msvc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM