]> granicus.if.org Git - clang/history - include/clang/Basic/SourceLocation.h
Header guard canonicalization, clang part.
[clang] / include / clang / Basic / SourceLocation.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-02-25 Alp TokerFix typos
2014-01-04 Alp TokerOnly mark dump() function definitions 'used' in debug...
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-02-16 James DennettDocumentation cleanup: use \brief, and don't repeat...
2013-01-07 Nico WeberSimplify. No behavior change.
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-01 Michael HanFix a typo in comment.
2012-11-09 Chad RosierAdd string to try and fix build from r167629.
2012-11-09 Argyrios KyrtzidisAdd a SourceLocation::printToString() that returns...
2012-07-06 Jordan RoseConstify the argument to SourceLocation::getFromPtrEnco...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-06-22 James DennettDocumentation cleanup:
2012-02-26 Benjamin KramerMove FullSourceLoc::dump into the .cpp file, the used...
2012-02-21 Argyrios KyrtzidisMark a few 'dump' methods as 'used' to make sure they...
2012-02-03 Argyrios KyrtzidisChange Lexer::makeFileCharRange() to have it accept...
2011-09-19 Argyrios KyrtzidisRename SourceLocation::getFileLocWithOffset -> getLocWi...
2011-09-19 Argyrios KyrtzidisMake ASTReader/ASTWriter friends of SourceLocation...
2011-07-26 Chandler CarruthClean up as many of the comments in Basic I can find...
2011-07-25 Chandler CarruthRename getInstantiationLineNumber to getExpansionLineNu...
2011-07-25 Chandler CarruthRename getInstantiationColumnNumber to getExpansionColu...
2011-07-25 Chandler CarruthMechanically rename SourceManager::getInstantiationLoc and
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-07-19 Douglas GregorRevamp the SourceManager to separate the representation...
2011-05-06 Douglas GregorKeep track of the file ID corresponding to the original...
2011-04-07 Argyrios KyrtzidisAdd FullSourceLoc::BeforeThanCompare. a comparison...
2011-01-18 Jeffrey YasskinFix warnings found by gcc-4.6, from -Wunused-but-set...
2010-12-15 Argyrios KyrtzidisFix diagnostic pragmas.
2010-11-17 Chris Lattnermove AdvanceToTokenCharacter and getLocForEndOfToken...
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-04-20 Chris Lattnerchange FullSourceLoc to have a *const* SourceManager...
2010-03-30 Daniel DunbarFix FileEntry declaration.
2010-03-16 Douglas GregorUpdate get*LineNumber() and get*ColumnNumber() function...
2010-03-16 Douglas GregorAudit all callers of SourceManager::getCharacterData...
2010-03-16 Douglas GregorAudit all getBuffer() callers (for both the FullSourceL...
2010-03-16 Benjamin KramerSwitch another function to StringRef instead of char...
2010-01-07 Ted KremenekChange ObjCContainerDecl to contain the entire range...
2009-12-15 Chris Lattnerupdate to match LLVM API change:
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-06-23 Argyrios KyrtzidisRemove operator '<=' overload for SourceLocation.
2009-06-20 Argyrios KyrtzidisAdd operator '<=' for comparing SourceLocations.
2009-04-22 Douglas GregorRemove the serialization code that predates precompiled
2009-03-28 Ted KremenekAdd comparison operators for SourceRange.
2009-03-10 Ted KremenekAdd FullSourceLoc::getDecomposedLoc.
2009-03-05 Chris LattnerInclude information about compound statements when...
2009-02-04 Chris Lattnerlower the interface to getLineNumber like we did for
2009-02-04 Chris Lattnermake SM::getColumnNumber take a predecomposed FileID...
2009-01-28 Ted KremenekAdd method FullSourceLoc::getBufferData().
2009-01-27 Chris LattnerIntroduce a new PresumedLoc class to represent the...
2009-01-26 Chris LattnerCheck in the long promised SourceLocation rewrite....
2009-01-19 Chris Lattnerremove the SourceManager:: and FullSourceLoc::getFileEn...
2009-01-19 Chris Lattnerprivatize getChunkID/getMacroID, and move operator...
2009-01-19 Chris LattnerMake some enums in SourceLocation private, remove a...
2009-01-19 Chris Lattnermake a bunch of more SourceLocation methods private.
2009-01-19 Chris LattnerMake SourceLocation::getFileLoc private to reduce the...
2009-01-17 Chris LattnerRename SourceLocation::getFileID to getChunkID, because...
2009-01-17 Chris Lattnerthis massive patch introduces a simple new abstraction...
2009-01-17 Douglas GregorTeach DeclContext how to find the primary declaration...
2009-01-16 Chris Lattnereliminate FullSourceLoc::getLocation() now that FullSou...
2009-01-16 Chris LattnerMake FullSourceLoc derive from SourceLocation instead of
2009-01-16 Chris Lattnerelimiante FullSourceLoc::getCanonicalFileID
2009-01-16 Chris Lattnerremove FullSourceLoc::isFileID
2009-01-16 Chris Lattnermore SourceLocation lexicon change: instead of referrin...
2009-01-16 Chris LattnerChange some terminology in SourceLocation: instead...
2008-10-12 Chris Lattnerstart implementing a token rewriter. At this point...
2008-09-29 Chris LattnerMake some methods const, add some helpers to FullSourceLoc,
2008-08-10 Nico Weber* Remove isInSystemHeader() from DiagClient, move it...
2008-04-14 Ted KremenekAdded "getCanonicalID()", "isFromSameFile", and "isFrom...
2008-04-03 Ted KremenekAdded "getLogicalLineNumber" and "getLogicalColumnNumbe...
2008-04-03 Ted KremenekAdded "isFileID()" to FullSourceLoc.
2008-03-18 Ted KremenekFix comment.
2008-02-03 Chris Lattnerthe macro start and macro end bits in source location...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Ted KremenekRemoved "NULL" from default construction of FullSourceL...
2007-12-12 Ted KremenekChanges to FullSourceLoc:
2007-12-12 Ted KremenekRenamed FullContextSourceLocation to FullSourceLoc.
2007-12-12 Ted KremenekAdded utility static method to FullContextSourceLocation
2007-12-12 Ted KremenekConstified a predicate method.
2007-12-12 Ted KremenekAdded class FullContextSourceLocation: a tuple class...
2007-11-09 Chris Lattnerchange source location to have two bits for macros...
2007-11-01 Ted KremenekSimplified Serialization code for SourceLocation and...
2007-10-25 Ted Kremenekchanged #include of Serialization.h to SerializationFwd...
2007-10-25 Ted KremenekImplemented serialization of SourceLocation and SourceR...
2007-10-16 Chris LattnerAdd a new Rewriter::getRangeSize method.
2007-10-16 Chris LattnerPush the rewriter forward a bit more. Now it rewrites
2007-08-02 Chris Lattnerswitch a fixme to an assert.
2007-07-25 Chris LattnerFix a couple of bugs, add some new cool stuff.
2007-07-21 Chris LattnerAdd support for reusing macroid's with negative physica...
2007-07-20 Chris Lattnerimprove comments, implement a trivial single-entry...
2007-07-20 Chris LattnerReimplement SourceLocation. Instead of having a
2007-07-11 Reid SpencerStage two of getting CFE top correct.