1. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 17 years ago
  2. 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 17 years ago
  3. 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 17 years ago
  4. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 17 years ago
  5. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 17 years ago
  6. b21e5a0 remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 17 years ago
  7. a90a4d4 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 17 years ago
  8. 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 17 years ago
  9. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
  10. a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 17 years ago
  11. 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 17 years ago
  12. 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 17 years ago
  13. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
  14. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 17 years ago
  15. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 17 years ago
  16. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 17 years ago
  17. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 17 years ago
  18. 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
  19. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/SourceLocation.cpp]
  20. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  21. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 18 years ago
  22. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 18 years ago
  23. 19a95bc Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 18 years ago