summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/FileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-18/+18
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-051-3/+6
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-6/+6
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-1/+1
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-1/+1
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-1/+1
* Reapply r202420 hopefully fixed for other STLsBen Langmuir2014-02-271-48/+12
* Revert "Remove constructors from FileEntry that prevent owning resources"Ben Langmuir2014-02-271-12/+48
* Remove constructors from FileEntry that prevent owning resourcesBen Langmuir2014-02-271-48/+12
* Split FileEntry name vs. isValidBen Langmuir2014-02-271-2/+3
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-02-211-1/+1
* Recommit virtual file systemBen Langmuir2014-02-201-52/+34
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-34/+52
* Initial implementation of virtual file systemBen Langmuir2014-02-191-52/+34
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-104/+27
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-291-3/+3
* Fix handling of "clang c:foo"Rafael Espindola2013-07-291-0/+10
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* <limits.h> includes <linux/limits.h> on Linux, no need to special-case itDmitri Gribenko2013-01-261-3/+1
* Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor2013-01-261-0/+28
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-12/+8
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Basic: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-061-1/+4
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-051-0/+4
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-311-0/+4
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-111-5/+11
* LLVM_ON_WIN32 case: use the proper key in the UniqueFiles map.Axel Naumann2012-07-111-1/+7
* Improve r159256 following Chandler's comments:Axel Naumann2012-07-101-10/+9
* Fix for r159256 on Windows.Axel Naumann2012-06-271-0/+4
* From Vassil Vassilev:Axel Naumann2012-06-271-0/+13
* clang/lib/Basic/FileManager.cpp: Detect the root directory with PathV2. It sh...NAKAMURA Takumi2012-06-161-2/+4
* Documentation cleanup: delete doc comments from source files where they areJames Dennett2012-06-151-7/+0
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-031-0/+6
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-5/+5
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* remove unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
* Revert r132539 for now, "My testing shows that function stat has no problem w...NAKAMURA Takumi2011-11-171-0/+6
* Use StringRef's case transformation methods.Benjamin Kramer2011-11-061-3/+2
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-12/+22
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-0/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* My testing shows that function stat has no problem with trailing separators. ...Francois Pichet2011-06-031-4/+0
* Add FileManager::getNoncachedStatValue, which will resolve relative paths aga...Anders Carlsson2011-03-181-0/+8
* Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis2011-03-161-1/+6
* Stop leaking file descriptors.Argyrios Kyrtzidis2011-03-151-14/+16
* Get rid of the static FileManager::FixupRelativePath.Anders Carlsson2011-03-141-8/+4
* Check in the implementation as well...Anders Carlsson2011-03-071-3/+7
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-061-8/+10
* Uses llvm::sys::path instead of hand-rolled algorithm in FileManager.Zhanyong Wan2011-02-111-32/+11
OpenPOWER on IntegriCloud