summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectories/ordertest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Order SYSTEM include directories after non-system directoriesEphi Sinowitz2018-04-231-0/+1
An effect of the `-isystem` flag is to search the directory after those specified via `-I` flags. Make behavior more consistent on compilers that do not have any `-isystem` flag by explicitly moving system include directories to the end.