summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* [VFS] Fix status() of opened redirected fileBen Langmuir2015-12-101-22/+28
* Use std::begin() and std::end() instead of doing the same manually. NFCCraig Topper2015-11-301-4/+2
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-2/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-5/+5
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-5/+5
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-16/+30
* [VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer2015-10-121-8/+11
* [VFS] remove handling of '..' for now.Benjamin Kramer2015-10-121-2/+2
* [VFS] Rename RedirectingFS internals to avoid collisions with public clang cl...Benjamin Kramer2015-10-091-24/+29
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-17/+10
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-0/+5
* [VFS] Refactor VFSFromYAML a bit.Benjamin Kramer2015-10-071-60/+57
* [VFS] Also drop '.' when adding files to an in-memory FS.Benjamin Kramer2015-10-071-0/+7
* [VFS] Put the incoming name in the file status to make InMemoryFS behave more...Benjamin Kramer2015-10-061-1/+1
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-0/+16
* Remove duplicated default arguments. NFC.Benjamin Kramer2015-10-051-10/+8
* [VFS] Fix the windows build by including the right headers.Benjamin Kramer2015-10-051-0/+8
* [VFS] Fix compilation on systems where time_t is not int64_t.Benjamin Kramer2015-10-051-4/+4
* [VFS] Add working directories to every virtual file system.Benjamin Kramer2015-10-051-8/+65
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-0/+246
* [VFS] Move class out of method so it looks less like Java.Benjamin Kramer2015-10-051-26/+28
* [VFS] Remove setName from the file interface.Benjamin Kramer2015-10-051-36/+62
* Remove a limited and somewhat questionable DenseMapInfo specializationChandler Carruth2015-06-241-14/+0
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-49/+34
* Update for llvm API change.Rafael Espindola2014-08-271-1/+1
* Update for llvm api changes.Rafael Espindola2014-08-171-1/+1
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-8/+7
* VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner2014-07-151-23/+22
* Update for llvm api change.Rafael Espindola2014-07-061-3/+8
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-251-0/+35
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-241-7/+191
* Update for llvm api change.Rafael Espindola2014-06-131-12/+13
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-39/+41
* Add a std:: prefix in cases where ADL would have failed on windows.Rafael Espindola2014-06-121-8/+8
* Use generic_category from the std namespace.Rafael Espindola2014-06-121-1/+1
* Errno should use generic_category.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-12/+12
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-311-8/+8
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-231-2/+4
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-81/+92
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-1/+10
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-0/+116
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-19/+19
OpenPOWER on IntegriCloud