summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber...Douglas Gregor2010-11-021-2/+8
* getOrCreateContentCache never returns null, so overrideFileContentsDan Gohman2010-10-261-4/+2
* Update remaining attribute macros to new style.Chandler Carruth2010-10-231-1/+1
* Fix handling of the 'Invalid' argument in SourceManager's methods (patch by D...Zhanyong Wan2010-10-051-5/+14
* Fix a typo.Dan Gohman2010-08-261-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* Add a test case for tentative definitions in chained PCH. Fix a bug that comp...Sebastian Redl2010-07-281-1/+4
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-11/+14
* clean up isBeforeInTranslationUnit by factoring out some commonChris Lattner2010-05-071-24/+34
* reimplement the guts of SourceManager::isBeforeInTranslationUnitChris Lattner2010-05-071-53/+56
* start using the caching now that it appears to work!Chris Lattner2010-05-071-16/+4
* reimplement the caching in the SourceManager::isBeforeInTranslationUnit()Chris Lattner2010-05-071-20/+31
* 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
OpenPOWER on IntegriCloud