aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Support/FileUtilities.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-23Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)Mehdi Amini1-2/+2
2022-11-14Add missing include.Johannes Reifferscheid1-2/+3
2022-11-12[mlir] Add openInputFile overload that accepts the expected alignmentRiver Riddle1-3/+16
2021-04-30Support: Stop using F_{None,Text,Append} compatibility synonyms, NFCDuncan P. N. Exon Smith1-1/+1
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-08-17Change from llvm::make_unique to std::make_uniqueJacques Pienaar1-2/+2
2019-05-20 Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar1-1/+1
2019-03-29Extract openInputFile() into Support/FileUtilitiesLei Zhang1-2/+19
2019-03-29Create the Support library.Alex Zinenko1-0/+39