Age | Commit message (Expand) | Author |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2009-01-06 | Misc changes to SourceManager::ContentCache: | Ted Kremenek |
2008-11-19 | Add version of 'getFileCharacteristic()' for FileIDs. | Ted Kremenek |
2008-11-18 | SourceManager::getLineNumber is logically const except for caching. | Chris Lattner |
2008-10-27 | Rename Characteristic_t to CharacteristicKind | Chris Lattner |
2008-10-21 | Add fileid_iterator to SourceManager. | Ted Kremenek |
2008-09-26 | clean up a bunch of fixme's I added, by moving | Chris Lattner |
2008-09-26 | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner |
2008-08-29 | minor cleanup | Nico Weber |
2008-08-10 | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber |
2008-08-09 | add assert, use make_pair() instead of pair constructor | Nico Weber |
2008-06-26 | Another class -> struct in declaration to match definition. | Cedric Venet |
2008-06-06 | Use a common SourceManager when processing multiple files. This allows us to... | Ted Kremenek |
2008-04-14 | Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare | Ted Kremenek |
2008-04-08 | Make SourceManager::getFullFilePos() public. | Ted Kremenek |
2008-02-02 | Cleanup previous patch (based on feedback from Ted). | Steve Naroff |
2008-02-01 | Make sure SourceManager/HeaderSearch don't support default copy constructors ... | Steve Naroff |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-20 | Fix trivial self-infinite-recursion | Chris Lattner |
2007-12-20 | Added method getFileEntryForID() to SourceManager. | Ted Kremenek |
2007-12-19 | Added methods createMainFileID() and createMainFileIDForMemBuffer() to | Ted Kremenek |
2007-12-19 | Added storage of the FileID of the the main source file of a translation unit | Ted Kremenek |
2007-12-05 | Renamed SourceManager::Read to SourceManager::CreateAndRegister. | Ted Kremenek |
2007-12-05 | Implemented initial serialization support for SourceManager. | Ted Kremenek |
2007-12-04 | Implemented serialization of SrcMgr::ContentCache. | Ted Kremenek |
2007-12-04 | Fixed a few more comments to change "FileInfo" to "ContentCache." | Ted Kremenek |
2007-11-09 | rename getInstantiationLoc to match the scheme of isPhysicalLoc. | Chris Lattner |
2007-11-09 | change source location to have two bits for macros, tracking | Chris Lattner |
2007-10-30 | Updated some comments. | Ted Kremenek |
2007-10-30 | Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a | Ted Kremenek |
2007-10-30 | update some comments. | Chris Lattner |
2007-10-12 | add a new SM::getDecomposedFileLoc method. | Chris Lattner |
2007-10-11 | Push the rewriting APIs along. Build a trivial client that replaces tabs | Chris Lattner |
2007-08-30 | constify a method. | Chris Lattner |
2007-07-24 | Use a smallstring instead of an std::string in FileChanged to avoid some mall... | Chris Lattner |
2007-07-24 | Add a cache to SourceManager to accellerate line # lookup. This is a | Chris Lattner |
2007-07-22 | when running in -E mode on multiple files, there is no reason to accumulate | Chris Lattner |
2007-07-20 | improve comments, implement a trivial single-entry cache in | Chris Lattner |
2007-07-20 | Reimplement SourceLocation. Instead of having a | Chris Lattner |
2007-07-15 | Change SourceManager::getInstantiationLoc to take virtual locations, doing its | Chris Lattner |
2007-07-12 | Improve portability to compilers where <cassert> is not implicitly | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |