summaryrefslogtreecommitdiff
path: root/clang/test/Driver/darwin-stdlib.cpp
AgeCommit message (Expand)Author
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth
2022-12-20[clang] Re-apply change to avoid passing -stdlib=libc++ spuriously to CC1 on ...Louis Dionne
2022-12-20Revert "[clang] Don't spuriously pass -stdlib=libc++ to CC1 on Darwin"Hans Wennborg
2022-12-19[clang] Don't spuriously pass -stdlib=libc++ to CC1 on DarwinLouis Dionne
2022-08-16[clang][Darwin] Re-apply "Always set the default C++ Standard Library to libc++"Louis Dionne
2022-08-04Revert "[clang][Darwin] Always set the default C++ Standard Library to libc++"Leonard Chan
2022-08-03[clang][Darwin] Always set the default C++ Standard Library to libc++Louis Dionne
2019-05-21[clang][Darwin] Refactor header search path logic into the driverLouis Dionne
2019-01-09[Driver] Fix libcxx detection on Darwin with clang run as ./clangIlya Biryukov
2018-12-05Fix test change from r348365 to deal with Windows paths correctly.Douglas Yung
2018-12-05Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov
2016-09-29XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is setJonas Hahnfeld
2016-02-15Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is setTim Northover