aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Parser/source.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-01[flang] Use module file hashes for more checking and disambiguation (#80354)Peter Klausler1-0/+18
2023-12-13[flang] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-06-29[flang] Honor #line and related preprocessing directivesPeter Klausler1-19/+50
2021-01-27[flang] Search for #include "file" in right directory (take 2)peter klausler1-6/+4
2021-01-26Revert "[flang] Search for #include "file" in right directory"Andrzej Warzynski1-4/+6
2021-01-25[flang] Search for #include "file" in right directorypeter klausler1-6/+4
2020-10-23[flang][windows] Support platform-specific path separator.Michael Kruse1-5/+8
2020-07-14[flang] Refine CR handlingpeter klausler1-2/+11
2020-04-27[flang] Fix handling of files without terminating newlines.David Truby1-5/+12
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith1-1/+1
2020-03-24[flang] Replace manual mmap with llvm::MemoryBufferDavid Truby1-165/+49
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto1-8/+12
2020-03-11[flang] Use hash table for UnitMap, avoid C++ STL binary dependencepeter klausler1-1/+1
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto1-0/+265