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