aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TypeLoc.cpp
AgeCommit message (Expand)Author
2012-02-06Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara
2012-02-06Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara
2012-02-06Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-11-22Provide better source info for template specializations with non-type arguments.Matt Beaumont-Gay
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-17Add a new placeholder type to represent "unbridged"John McCall
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-08Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara
2011-03-02Push nested-name-specifier source location information into templateDouglas Gregor
2011-03-02Push nested-name-specifier source-location information into dependentDouglas Gregor
2011-03-01Push nested-name-specifier source-location information into dependentDouglas Gregor
2011-03-01Reinstate the introduction of source-location information forDouglas Gregor
2011-03-01Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor
2011-03-01Reinstate r126737, extending the generation of type-source locationDouglas Gregor
2011-03-01Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor
2011-03-01Push nested-name-specifier source location information into elaboratedDouglas Gregor
2011-03-01Push nested-name-specifier source location information intoDouglas Gregor
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2011-01-25Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actuallyDouglas Gregor
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall
2011-01-05Refactor the application of type attributes so that attributes fromJohn McCall
2010-12-25The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner
2010-12-14Added missing IgnoreParens().Abramo Bagnara
2010-12-13Skip ParenType on function instantiations.Abramo Bagnara
2010-11-18In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (seeCraig Silverstein
2010-08-15Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis
2010-05-21Improved TypeLoc::getSourceRange().Abramo Bagnara
2010-05-20Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara
2010-05-16Avoid doing two switches in TypeLoc's initialize() loop. The optimizerJohn McCall
2010-01-18float, double, and long double do need extra data in theDouglas Gregor
2010-01-18Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor
2010-01-13Add type source information for both kinds of typeof types.John McCall
2009-12-04Fix "using typename" and the instantiation of non-dependent using declarations.John McCall
2009-10-19Suppress build warning.Daniel Dunbar
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-10-16Allow TypeLocs to be fully initialized with a single SourceLocation. ThisJohn McCall
2009-10-15Better living through metaprogramming. Create a base class which abstractsJohn McCall
2009-09-29Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis
2009-09-29Introduce ObjCInterfaceLoc which provides type source information for ObjC in...Argyrios Kyrtzidis
2009-09-29Introduce ObjCProtocolListLoc for keeping source location information for pro...Argyrios Kyrtzidis
2009-09-29Introduce TypeLoc::getSourceRange().Argyrios Kyrtzidis
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-19Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis