summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add an accessor.Chris Lattner2009-02-171-0/+9
* add an accessor.Chris Lattner2009-02-171-0/+12
* add a new SourceManager::getInstantiationRange helper method.Chris Lattner2009-02-151-0/+18
* track "just a little more" location information for macro instantiations.Chris Lattner2009-02-151-7/+18
* Fix the build on win32.Cedric Venet2009-02-141-0/+6
* Implement handling of file entry/exit notifications from GNUChris Lattner2009-02-041-7/+37
* make getFileCharacteristic linetable aware. line markers that Chris Lattner2009-02-041-0/+32
* propagate linemarker flags down into the the line table, currentlyChris Lattner2009-02-041-6/+87
* replace gimpy linear search with svelte binary search ;-)Chris Lattner2009-02-041-7/+17
* make my atrocious linear search at least search in the order that isChris Lattner2009-02-041-5/+4
* add commentChris Lattner2009-02-041-1/+1
* add the difference in the line marker phys line number and theChris Lattner2009-02-041-2/+10
* add really really trivial #line support, where #line now makes every Chris Lattner2009-02-041-8/+54
* lower the interface to getLineNumber like we did forChris Lattner2009-02-041-16/+23
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-041-15/+19
* build per-fid linetable entries.Chris Lattner2009-02-041-12/+39
* more plumbing for #line propagation. Use happy bit #3 Chris Lattner2009-02-031-1/+21
* stub out basic #line handling calls.Chris Lattner2009-02-031-0/+9
* reclaim my precious bit in FileInfo by ensuring that ContentCache objectsChris Lattner2009-02-031-7/+12
* switch SourceManager from using an std::map and std::list of Chris Lattner2009-02-031-27/+42
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-8/+21
* make -print-stats print stats about the amount of the SLoc Chris Lattner2009-01-271-2/+3
* now that everything properly handles multiply instantiatedChris Lattner2009-01-261-8/+0
* make getInstantiationLoc and getSpellingLoc handle multiply instantiatedChris Lattner2009-01-261-0/+21
* fix a negated conditional in getDecomposedInstantiationLocSlowCase,Chris Lattner2009-01-261-7/+13
* start plumbing together the line table information. So far we justChris Lattner2009-01-261-0/+76
* Lazily paging in file contents is a big win for PTH, strip out the oldChris Lattner2009-01-261-20/+2
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-261-149/+226
* remove the public SourceManager::getContentCacheForLoc method.Chris Lattner2009-01-191-1/+4
OpenPOWER on IntegriCloud