- cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
- 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 15 years ago
- a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 15 years ago
- aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 15 years ago
- ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
- 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
- 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 16 years ago
- ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
- 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
- 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
- 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
- 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
- b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
- a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago
- b21e5a0 remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 16 years ago
- a90a4d4 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 16 years ago
- 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago
- 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
- a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 16 years ago
- 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 16 years ago
- 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 16 years ago
- f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
- df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
- 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
- 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
- 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 17 years ago
- 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/SourceLocation.cpp]
- 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
- beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
- 19a95bc Implemented serialization of SourceLocation and SourceRange objects. by Ted Kremenek · 17 years ago