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