summaryrefslogtreecommitdiff
path: root/include/clang/Basic/FileManager.h
Commit message (Expand)AuthorAge
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-20
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Revert "FileEntry: Remove unused and half-broken copy ctor."Benjamin Kramer2014-03-04
* FileEntry: Remove unused and half-broken copy ctor.Benjamin Kramer2014-03-04
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-28
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-27
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-27
* Reapply r202420 hopefully fixed for other STLsBen Langmuir2014-02-27
* Revert "Remove constructors from FileEntry that prevent owning resources"Ben Langmuir2014-02-27
* Remove constructors from FileEntry that prevent owning resourcesBen Langmuir2014-02-27
* Split FileEntry name vs. isValidBen Langmuir2014-02-27
* Recommit virtual file systemBen Langmuir2014-02-20
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-20
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-19
* Initial implementation of virtual file systemBen Langmuir2014-02-19
* Document return value for FileManager::getNoncachedStatValue()Dmitri Gribenko2014-02-07
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-01
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-29
* Remove forward declarations of sys::Path.Rafael Espindola2013-06-26
* Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor2013-01-26
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-11
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-05
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-31
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-11
* Improve r159256 following Chandler's comments:Axel Naumann2012-07-10
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* From Vassil Vassilev:Axel Naumann2012-06-27
* Documentation cleanup: fixed/created some /brief function summaries.James Dennett2012-06-15
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-03
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac...David Blaikie2011-10-20
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-13
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-12
* Switch the ModuleManager over to using a FileManager and FileEntry* as part o...Jonathan D. Turner2011-07-28
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* avoid using config.h in public headersDylan Noblesmith2011-06-23
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-21
* Add FileManager::getNoncachedStatValue, which will resolve relative paths aga...Anders Carlsson2011-03-18
* Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis2011-03-16
* Get rid of the static FileManager::FixupRelativePath.Anders Carlsson2011-03-14
* Add a non-static FixupRelativePath to FileManager.Anders Carlsson2011-03-07
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-06
* Improves Clang's virtual file handling.Zhanyong Wan2011-02-11
* Implement two related optimizations that make de-serialization ofDouglas Gregor2011-02-10
* tighten up operator= to ensure we don't get multiple owners with the same FD.Chris Lattner2010-11-28