summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Workaround a really serious caching bug in SourceManager::isBeforeInTranslati...Ted Kremenek2010-05-061-0/+5
* change FullSourceLoc to have a *const* SourceManager&, eliminatingChris Lattner2010-04-201-4/+1
* push some source location information down through the compiler,Chris Lattner2010-04-201-20/+32
* enhance sourcemgr to detect various UTF BOM's and emit a fatal errorChris Lattner2010-04-201-0/+35
* Disable diag::err_file_modified on Win32 completely, until someone cares to fixDaniel Dunbar2010-04-101-10/+12
* On Windows, disable the modification-time check for files used inDouglas Gregor2010-04-091-5/+11
* Introduce the notion of a single "delayed" diagnostic into theDouglas Gregor2010-03-221-3/+14
* Keep track of the size/modification time of each file source-locationDouglas Gregor2010-03-211-2/+1
* Fix a longstanding (but previously unknown) bug in the lazyDouglas Gregor2010-03-191-1/+1
* Check the inode in addition to size and modification time to determineDouglas Gregor2010-03-171-3/+5
* Use a simple diagnostic (file modified) when we detect that a file hasDouglas Gregor2010-03-171-10/+4
* Teach SourceManager's content cache to keep track of whether itsDouglas Gregor2010-03-161-21/+24
* Audit all getBuffer() callers (for both the FullSourceLoc andDouglas Gregor2010-03-161-7/+6
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-5/+3
* Introduce optional "Invalid" parameters to routines that invoke theDouglas Gregor2010-03-161-25/+57
* Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor2010-03-161-90/+33
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-13/+12
* Add some <cstdio> includes to unbreak the buildbotsDouglas Gregor2010-03-151-0/+1
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-11/+104
* Fix -Wsign-compare warning reported by clang++.Ted Kremenek2010-03-101-1/+2
* Robustify SourceManager::getLocation(), so that it returns anDouglas Gregor2010-02-271-14/+18
* fix a bug in SourceManager::getInstantiationLocSlowCase, whereChris Lattner2010-02-121-3/+7
* Add a pretty horrible hack to prevent clang from crashing with inconsistent PCHDaniel Dunbar2009-12-061-2/+18
* Minor cleanup to the code-completion-point logic suggested by Chris.Douglas Gregor2009-12-031-2/+1
* Extend the source manager with the ability to override the contents ofDouglas Gregor2009-12-021-78/+28
* Eliminate the unnecessary FirstFID cache variable from the source manager's C...Douglas Gregor2009-12-021-6/+27
* In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two ...Daniel Dunbar2009-12-011-24/+14
* pass the reason for failure up from MemoryBuffer and report itChris Lattner2009-12-011-2/+2
* Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A...Benjamin Kramer2009-11-141-2/+2
* pr5371 likely has nothing to do with this.Chris Lattner2009-11-031-1/+0
* Add note to FIXME about PR5371.Edward O'Callaghan2009-11-021-0/+1
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-2/+79
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-100/+100
* API changes to match llvm ToT.Chris Lattner2009-08-231-0/+1
* Replace cerr with errs().Benjamin Kramer2009-08-231-11/+9
* Fix column checking for SourceManager::getLocation().Argyrios Kyrtzidis2009-06-251-1/+1
* Fix warning when building w/o asserts.Daniel Dunbar2009-06-231-0/+1
* Introduce SourceManager::ísBeforeInTranslationUnit() which can compare 2 sou...Argyrios Kyrtzidis2009-06-231-0/+100
* In SourceManager::createFileID missed setting ContentCache's FirstFID in anot...Argyrios Kyrtzidis2009-06-231-1/+4
* Slight modification to column checking inside SourceManager::getLocation().Argyrios Kyrtzidis2009-06-201-6/+6
* Introduce SourceManager::getLocation() to get a source location out of a "fil...Argyrios Kyrtzidis2009-06-201-1/+41
* Remove dead code: 'NewEntry' is not used.Zhongxing Xu2009-06-071-3/+0
* Avoid potential out-of-bounds access in SourceManager::getLineNumber.Daniel Dunbar2009-05-181-1/+13
* Be more careful in our teardown of the PCHReader after deciding toDouglas Gregor2009-04-271-0/+16
* Load most of the source manager's information lazily from the PCHDouglas Gregor2009-04-271-4/+52
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-133/+1
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-0/+11
* Factor the internals of SourceManager (specially, LineTableInfo) into a separ...Douglas Gregor2009-04-131-96/+1
* Resynchronize Decl/VarDecl serialization code with the structuresDouglas Gregor2009-04-021-2/+2
* Clear all the linetable state in clear(), fixing problemsChris Lattner2009-03-111-0/+1
OpenPOWER on IntegriCloud