summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/FileManager.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-311-0/+3
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-111-1/+2
* Improve r159256 following Chandler's comments:Axel Naumann2012-07-101-1/+1
* Documentation cleanup:James Dennett2012-07-021-23/+31
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* From Vassil Vassilev:Axel Naumann2012-06-271-0/+3
* Documentation cleanup: fixed/created some /brief function summaries.James Dennett2012-06-151-8/+14
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-031-0/+5
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac...David Blaikie2011-10-201-6/+7
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-7/+10
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-0/+4
* Switch the ModuleManager over to using a FileManager and FileEntry* as part o...Jonathan D. Turner2011-07-281-0/+3
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-10/+11
* avoid using config.h in public headersDylan Noblesmith2011-06-231-1/+4
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-211-1/+2
* Add FileManager::getNoncachedStatValue, which will resolve relative paths aga...Anders Carlsson2011-03-181-0/+5
* Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis2011-03-161-2/+3
* Get rid of the static FileManager::FixupRelativePath.Anders Carlsson2011-03-141-3/+0
* Add a non-static FixupRelativePath to FileManager.Anders Carlsson2011-03-071-0/+2
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-061-2/+1
* Improves Clang's virtual file handling.Zhanyong Wan2011-02-111-23/+37
* Implement two related optimizations that make de-serialization ofDouglas Gregor2011-02-101-0/+6
* tighten up operator= to ensure we don't get multiple owners with the same FD.Chris Lattner2010-11-281-1/+6
* Fix 2 problems with Chris Lattner's FileManager redesign on Windows.Francois Pichet2010-11-241-1/+0
* The final result of all this refactoring: instead of doing stat immediatelyChris Lattner2010-11-231-1/+1
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-231-1/+2
* pull "is directory" handling into FileManager::getStatValueChris Lattner2010-11-231-5/+20
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-68/+12
* tidy up. Split FileManager::getBufferForFile intoChris Lattner2010-11-231-6/+3
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-12/+6
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-4/+4
* Partially revert Doug's PCH validation patch (r98585).Chris Lattner2010-11-231-5/+3
* stringref'ize APIChris Lattner2010-11-231-10/+1
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-11/+0
* change the various getFile routines to use StringRef as their implementation ...Chris Lattner2010-11-211-7/+9
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-10/+53
* Pass StringRefs by value.Benjamin Kramer2010-07-141-4/+4
* Extend -remap-file=from;to to permit mapping from a non-existentDouglas Gregor2009-12-021-0/+9
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-12/+43
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-17/+17
* Replace some instances of std::string with StringRefs.Benjamin Kramer2009-09-051-7/+5
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-271-1/+25
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-1/+0
* move StatListener out to top level.Chris Lattner2009-03-281-1/+3
* Fix the build on win32.Cedric Venet2009-02-141-0/+1
* FileManager:Ted Kremenek2009-02-121-5/+15
* Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system callsTed Kremenek2009-02-121-1/+17
* FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...Ted Kremenek2009-01-281-2/+3