Age | Commit message (Expand) | Author | Files | Lines |
2013-01-26 | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 1 | -3/+1 |
2013-01-26 | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 1 | -0/+28 |
2012-12-11 | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 1 | -12/+8 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -2/+2 |
2012-11-06 | Basic: Windows doesn't define S_IFIFO. | Daniel Dunbar | 1 | -1/+4 |
2012-11-05 | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar | 1 | -0/+4 |
2012-07-31 | Fixes a segfault in Tooling when using pch's: | Manuel Klimek | 1 | -0/+4 |
2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 1 | -5/+11 |
2012-07-11 | LLVM_ON_WIN32 case: use the proper key in the UniqueFiles map. | Axel Naumann | 1 | -1/+7 |
2012-07-10 | Improve r159256 following Chandler's comments: | Axel Naumann | 1 | -10/+9 |
2012-06-27 | Fix for r159256 on Windows. | Axel Naumann | 1 | -0/+4 |
2012-06-27 | From Vassil Vassilev: | Axel Naumann | 1 | -0/+13 |
2012-06-16 | clang/lib/Basic/FileManager.cpp: Detect the root directory with PathV2. It sh... | NAKAMURA Takumi | 1 | -2/+4 |
2012-06-15 | Documentation cleanup: delete doc comments from source files where they are | James Dennett | 1 | -7/+0 |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis | 1 | -0/+6 |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 1 | -5/+5 |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 1 | -2/+2 |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith | 1 | -1/+1 |
2011-11-17 | Revert r132539 for now, "My testing shows that function stat has no problem w... | NAKAMURA Takumi | 1 | -0/+6 |
2011-11-06 | Use StringRef's case transformation methods. | Benjamin Kramer | 1 | -3/+2 |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 1 | -12/+22 |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor | 1 | -0/+4 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -13/+13 |
2011-06-03 | My testing shows that function stat has no problem with trailing separators. ... | Francois Pichet | 1 | -4/+0 |
2011-03-18 | Add FileManager::getNoncachedStatValue, which will resolve relative paths aga... | Anders Carlsson | 1 | -0/+8 |
2011-03-16 | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis | 1 | -1/+6 |
2011-03-15 | Stop leaking file descriptors. | Argyrios Kyrtzidis | 1 | -14/+16 |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson | 1 | -8/+4 |
2011-03-07 | Check in the implementation as well... | Anders Carlsson | 1 | -3/+7 |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson | 1 | -8/+10 |
2011-02-11 | Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. | Zhanyong Wan | 1 | -32/+11 |
2011-02-11 | Improves Clang's virtual file handling. | Zhanyong Wan | 1 | -85/+146 |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor | 1 | -0/+19 |
2011-02-08 | Update for API change. | Rafael Espindola | 1 | -2/+2 |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor | 1 | -21/+36 |
2011-02-03 | Revert 124754 and 124760 as they made clang unusable in the presence of symbolic | Rafael Espindola | 1 | -84/+0 |
2011-02-03 | Improve the performance of filename canonicalization by avoiding | Douglas Gregor | 1 | -1/+8 |
2011-02-02 | Canonicalize path names in the file manager before performing a lookup | Douglas Gregor | 1 | -0/+77 |
2011-01-27 | TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with inva... | Axel Naumann | 1 | -6/+10 |
2010-12-21 | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 1 | -3/+4 |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 1 | -4/+5 |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer | 1 | -19/+18 |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 1 | -8/+27 |
2010-12-02 | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner | 1 | -1/+1 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -1/+1 |
2010-11-23 | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner | 1 | -3/+16 |
2010-11-23 | hopefully resolve the windows buildbot issue (retch) | Chris Lattner | 1 | -0/+8 |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner | 1 | -14/+19 |
2010-11-23 | pull "is directory" handling into FileManager::getStatValue | Chris Lattner | 1 | -29/+36 |
2010-11-23 | tidy up code, add a comment about dir caching. | Chris Lattner | 1 | -20/+16 |