Age | Commit message (Expand) | Author |
2013-01-26 | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor |
2012-12-11 | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-05 | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar |
2012-07-31 | Fixes a segfault in Tooling when using pch's: | Manuel Klimek |
2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |
2012-07-10 | Improve r159256 following Chandler's comments: | Axel Naumann |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-27 | From Vassil Vassilev: | Axel Naumann |
2012-06-15 | Documentation cleanup: fixed/created some /brief function summaries. | James Dennett |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2011-10-20 | Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac... | David Blaikie |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor |
2011-07-28 | Switch the ModuleManager over to using a FileManager and FileEntry* as part o... | Jonathan D. Turner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-23 | avoid using config.h in public headers | Dylan Noblesmith |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-18 | Add FileManager::getNoncachedStatValue, which will resolve relative paths aga... | Anders Carlsson |
2011-03-16 | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-07 | Add a non-static FixupRelativePath to FileManager. | Anders Carlsson |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
2011-02-11 | Improves Clang's virtual file handling. | Zhanyong Wan |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor |
2010-11-28 | tighten up operator= to ensure we don't get multiple owners with the same FD. | Chris Lattner |
2010-11-24 | Fix 2 problems with Chris Lattner's FileManager redesign on Windows. | Francois Pichet |
2010-11-23 | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner |
2010-11-23 | pull "is directory" handling into FileManager::getStatValue | Chris Lattner |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-23 | stringref'ize API | Chris Lattner |
2010-11-21 | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner |
2010-11-21 | change the various getFile routines to use StringRef as their implementation ... | Chris Lattner |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-07-14 | Pass StringRefs by value. | Benjamin Kramer |
2009-12-02 | Extend -remap-file=from;to to permit mapping from a non-existent | Douglas Gregor |
2009-10-16 | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Replace some instances of std::string with StringRefs. | Benjamin Kramer |
2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-03-28 | move StatListener out to top level. | Chris Lattner |