1. 21fa5d1 PR14581: Make SourceLocation::printToString work, or it will always return an empty string. by Benjamin Kramer · 12 years ago
  2. 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
  3. a6c1068 Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit this into every TU that includes SourceLocation.h. by Benjamin Kramer · 12 years ago
  4. 3201f38 Clean up as many of the comments in Basic I can find to talk in terms of by Chandler Carruth · 13 years ago
  5. 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
  6. a77c031 Rename getInstantiationColumnNumber to getExpansionColumnNumber in both by Chandler Carruth · 13 years ago
  7. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  8. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  9. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  10. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  11. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 14 years ago
  12. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 14 years ago
  13. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 14 years ago
  14. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 14 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  16. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  17. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 15 years ago
  18. 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 15 years ago
  19. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 15 years ago
  20. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 15 years ago
  21. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 15 years ago
  22. 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 15 years ago
  23. 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
  24. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  25. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago
  26. b21e5a0 remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 16 years ago
  27. a90a4d4 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 16 years ago
  28. 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago
  29. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  30. a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 16 years ago
  31. 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 16 years ago
  32. 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 16 years ago
  33. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  34. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  35. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  36. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  37. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 16 years ago
  38. 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 16 years ago
  39. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Basic/SourceLocation.cpp]
  40. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  41. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  42. beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  43. 19a95bc Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 17 years ago