summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SourceMgr.cpp
AgeCommit message (Expand)Author
2025-10-17[support] Don't require VFS in `SourceMgr` for loading includes (#163862)Jan Svoboda
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda
2025-09-24[Support] Use list-initialization for returning pairs (#160447)Kazu Hirata
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata
2024-05-14[Support] Add option to print SMDiagnostic into a buffer without the filename...Artem Chikin
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song
2023-01-09[TableGen][SourceMgr] Fix obvious mistake in D141220Markus Böck
2023-01-09[TableGen][SourceMgr] Correctly append filename to include directoriesMarkus Böck
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-03-03[PDLL] Add support for tablegen includes and importing ODS informationRiver Riddle
2021-12-10[Support] Use range-based for loops (NFC)Kazu Hirata
2021-01-04[llvm] Use llvm::any_of (NFC)Kazu Hirata
2020-12-26[NFC] Refactor some SourceMgr codeNathan James
2020-10-02[TableGen] New backend to print detailed records.Paul C. Anagnostopoulos
2020-06-08[Support] Replace 'DisableColors' boolean with 'ColorMode' enumJonas Devlieghere
2020-04-25[SourceMgr] Tidy up the SourceMgr header file to include less stuff.Chris Lattner
2020-04-25[SourceMgr/MLIR diagnostics] Introduce a new method to speed things upChris Lattner
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-24[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny
2018-10-22Revert r344930 as it broke some of the bots on Windows.Aaron Ballman
2018-10-22[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-05[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows consoleReid Kleckner
2018-07-30Remove trailing spaceFangrui Song
2018-07-17Don't assert that a size_t fits into 64bit.Joerg Sonnenberger
2018-04-08[Support] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-07[Support] Make line-number cache robust against access patterns.Graydon Hoare
2017-10-12Add DK_Remark to SMDiagnosticAdam Nemet
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-01Remove unnecessary conditions as suggested by clang-tidy. NFCGabor Horvath
2017-02-15[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-10-01Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini
2016-08-16Remove excessive padding from LineNoCacheTyBenjamin Kramer
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer
2015-06-15MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2014-11-06Remove unnecessary .c_str() when implicitly converting to TwineMatt Arsenault
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-07-09SourceMgr: consistently use 'unsigned' for the memory buffer ID typeDmitri Gribenko
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker
2014-06-25Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker
2014-06-17Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose
2014-06-17Modernize doc comments for SourceMgr.Jordan Rose
2014-06-12Remove system_error.h.Rafael Espindola
2014-05-16Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper