| Commit message (Expand) | Author | Age | Files | Lines |
* | unique_ptr-ify FileSystemStatCache::setNextStatCache | David Blaikie | 2014-08-11 | 1 | -6/+6 |
* | unique_ptr-ify FileSystemStatCache::takeNextStatCache | David Blaikie | 2014-08-10 | 1 | -1/+1 |
* | Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r... | David Blaikie | 2014-07-19 | 1 | -1/+1 |
* | Improve memory ownership of vfs::Files in the FileSystemStatCache by using st... | David Blaikie | 2014-07-08 | 1 | -7/+3 |
* | Remove unused sys/stat.h includes | Alp Toker | 2014-07-07 | 1 | -3/+0 |
* | Avoid invalidating successfully loaded module files | Ben Langmuir | 2014-06-20 | 1 | -2/+5 |
* | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
* | Stopgap fix for finding module for a file mapped in the VFS | Ben Langmuir | 2014-05-23 | 1 | -0/+10 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -18/+18 |
* | [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening... | Argyrios Kyrtzidis | 2014-05-05 | 1 | -3/+6 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -2/+2 |
* | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -6/+6 |
* | Reapply fixed "Honour 'use-external-names' in FileManager" | Ben Langmuir | 2014-02-28 | 1 | -1/+1 |
* | Revert "Honour 'use-external-names' in FileManager" | Ben Langmuir | 2014-02-27 | 1 | -1/+1 |
* | Honour 'use-external-names' in FileManager | Ben Langmuir | 2014-02-27 | 1 | -1/+1 |
* | Reapply r202420 hopefully fixed for other STLs | Ben Langmuir | 2014-02-27 | 1 | -48/+12 |
* | Revert "Remove constructors from FileEntry that prevent owning resources" | Ben Langmuir | 2014-02-27 | 1 | -12/+48 |
* | Remove constructors from FileEntry that prevent owning resources | Ben Langmuir | 2014-02-27 | 1 | -48/+12 |
* | Split FileEntry name vs. isValid | Ben Langmuir | 2014-02-27 | 1 | -2/+3 |
* | Fix gcc -Wparentheses warning. | Patrik Hagglund | 2014-02-21 | 1 | -1/+1 |
* | Recommit virtual file system | Ben Langmuir | 2014-02-20 | 1 | -52/+34 |
* | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 2014-02-20 | 1 | -34/+52 |
* | Initial implementation of virtual file system | Ben Langmuir | 2014-02-19 | 1 | -52/+34 |
* | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 2013-08-01 | 1 | -104/+27 |
* | Convert a use of stat with sys::fs::status. | Rafael Espindola | 2013-07-29 | 1 | -3/+3 |
* | Fix handling of "clang c:foo" | Rafael Espindola | 2013-07-29 | 1 | -0/+10 |
* | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -1/+1 |
* | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 2013-01-26 | 1 | -3/+1 |
* | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 2013-01-26 | 1 | -0/+28 |
* | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 2012-12-11 | 1 | -12/+8 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Basic: Windows doesn't define S_IFIFO. | Daniel Dunbar | 2012-11-06 | 1 | -1/+4 |
* | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar | 2012-11-05 | 1 | -0/+4 |
* | Fixes a segfault in Tooling when using pch's: | Manuel Klimek | 2012-07-31 | 1 | -0/+4 |
* | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 2012-07-11 | 1 | -5/+11 |
* | LLVM_ON_WIN32 case: use the proper key in the UniqueFiles map. | Axel Naumann | 2012-07-11 | 1 | -1/+7 |
* | Improve r159256 following Chandler's comments: | Axel Naumann | 2012-07-10 | 1 | -10/+9 |
* | Fix for r159256 on Windows. | Axel Naumann | 2012-06-27 | 1 | -0/+4 |
* | From Vassil Vassilev: | Axel Naumann | 2012-06-27 | 1 | -0/+13 |
* | clang/lib/Basic/FileManager.cpp: Detect the root directory with PathV2. It sh... | NAKAMURA Takumi | 2012-06-16 | 1 | -2/+4 |
* | Documentation cleanup: delete doc comments from source files where they are | James Dennett | 2012-06-15 | 1 | -7/+0 |
* | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis | 2012-05-03 | 1 | -0/+6 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -5/+5 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | remove unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
* | Revert r132539 for now, "My testing shows that function stat has no problem w... | NAKAMURA Takumi | 2011-11-17 | 1 | -0/+6 |
* | Use StringRef's case transformation methods. | Benjamin Kramer | 2011-11-06 | 1 | -3/+2 |
* | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -12/+22 |
* | When an import statement fails to find a module in the module cache, | Douglas Gregor | 2011-09-12 | 1 | -0/+4 |