aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-26[LLVM] [NFC] - Remove duplicate #include headers from the files of llvm dir (...Akash Agrawal1-1/+0
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-3/+0
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata1-4/+2
2025-01-02[llvm][Support][Windows] Fix slash in path for remove_directories (#121448)Jinsong Ji1-0/+3
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov1-0/+1
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-2/+2
2024-04-17[Support] Report EISDIR when opening a directory (#79880)azhan921-0/+22
2024-01-18[Path] Fix off-by-one in finding filename for win style paths (#78055)Matheus Izvekov1-0/+1
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-6/+6
2023-09-12[Windows] Avoid using FileIndex for unique IDsMartin Storsjö1-0/+8
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-25[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson1-1/+2
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser1-2/+2
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song1-5/+5
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-09-08Revert "Support: Add mapped_file_region::sync(), equivalent to msync"raghavmedicherla1-27/+0
2022-09-06Support: Add mapped_file_region::sync(), equivalent to msyncraghavmedicherla1-0/+27
2022-08-13[llvm] Update FileSystem test that failed spuriouslyBen Langmuir1-8/+7
2022-08-12[llvm] Fix assertion when stat fails in remove_directoriesBen Langmuir1-0/+22
2022-06-02Fix a buglet in remove_dots().Paul Pluzhnikov1-8/+7
2022-04-08[RGT] Use GTEST_SKIP() in more places where we skip a testPaul Robinson1-16/+16
2022-04-08[Support][unittests] Silence warning when building with Clang 13 onAlexandre Ganea1-1/+1
2022-01-21Remove dependency from raw_ostream on <chrono>serge-sans-paille1-0/+1
2022-01-21[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)Archibald Elliott1-1/+1
2022-01-11Support: Extract sys::fs::readNativeFileToEOF() from MemoryBufferDuncan P. N. Exon Smith1-0/+47
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö1-2/+46
2021-11-05[Support] Add a new path style for Windows with forward slashesMartin Storsjö1-2/+33
2021-10-29Support: Remove sys::path::is_style_native()Duncan P. N. Exon Smith1-5/+0
2021-10-29Support: Reduce stats in fs::copy_file on DarwinDuncan P. N. Exon Smith1-0/+58
2021-10-29Support: Expose sys::path::is_style_{posix,windows,native}()Duncan P. N. Exon Smith1-5/+29
2021-05-12[SystemZ][z/OS] Fix warning caused by umask returning a signed integer typeAbhina Sreeskantharajan1-1/+2
2021-04-09Support: Add move semantics to mapped_file_regionDuncan P. N. Exon Smith1-1/+18
2021-04-08Support: Extract fs::resize_file_before_mapping_readwrite from FileOutputBufferDuncan P. N. Exon Smith1-1/+27
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-03-25[Support][Windows] Make sure only executables are found by sys::findProgramBy...Markus Böck1-0/+5
2020-09-24[unittests] Use std::make_tuple to make some toolchains happy againMikael Holmen1-5/+13
2020-09-23[Support/Path] Add path::is_absolute_gnuVinicius Tinti1-0/+18
2020-07-30[Support] Class to facilitate file lockingSerge Pavlov1-0/+47
2020-07-15[Support] Fix Windows directory_iterator_construct out of boundsAndrew Ng1-0/+33
2020-07-06[Support] Add path::user_config_directory for $XDG_CONFIG_HOME etcSam McCall1-0/+42
2020-06-27Reland: [clang driver] Move default module cache from system temporary directoryDavid Zarzycki1-1/+2
2020-06-04[Support][NFC] Tests for root_name(), root_directory() and root_path()Jan Korous1-0/+65
2020-06-03Revert "[Support] Add file lock/unlock functions"Serge Pavlov1-45/+0
2020-06-03[Support] Add file lock/unlock functionsSerge Pavlov1-0/+45
2020-05-13[Clang] Restore replace_path_prefix instead of startswithSylvain Audi1-12/+37
2020-05-05Let normalize() for posix style convert backslash to slash unconditionally.Nico Weber1-1/+1
2020-05-05Add a test to Support.NormalizePath.Nico Weber1-0/+1
2020-05-04Re-land "Optimize path::remove_dots"Reid Kleckner1-0/+29
2020-05-03Revert "Optimize path::remove_dots"Nico Weber1-17/+0