1. a71b9d0 Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 16 years ago
  2. 42fe858 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 16 years ago
  3. 4fb7fbe Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 16 years ago
  4. 0ca3c62 Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 16 years ago
  5. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  6. 48db39d Remove the serialization code that predates precompiled by Douglas Gregor · 17 years ago
  7. 4095d89 Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 17 years ago
  8. 3ceb7ca Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 17 years ago
  9. bd61a95 Include information about compound statements when crashing in sema or the by Chris Lattner · 17 years ago
  10. c25d8a7 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 17 years ago
  11. 88ea93e lower the interface to getLineNumber like we did for by Chris Lattner · 17 years ago
  12. e4ad417 make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 17 years ago
  13. bf16554 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 17 years ago
  14. f1ca7d3 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 17 years ago
  15. cbc35ecb Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 17 years ago
  16. f809bbd remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 17 years ago
  17. 91fda39 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 17 years ago
  18. 71dc14b Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 17 years ago
  19. d32480d this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
  20. fb1fd91 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 17 years ago
  21. fcc0a5a elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 17 years ago
  22. 7067b4f remove FullSourceLoc::isFileID by Chris Lattner · 17 years ago
  23. 8a42586 more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
  24. 53e384f Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 17 years ago
  25. d9a663a Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 17 years ago
  26. 4c31164 * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 17 years ago
  27. 17acade Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 18 years ago
  28. 406192d Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 18 years ago
  29. 7a51313 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from clang/Basic/SourceLocation.cpp]
  30. 5b12ab8 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  31. 1daa3cf TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 18 years ago
  32. 5e2eb26 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 18 years ago
  33. 4edcb4d Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 18 years ago