aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/TypeLoc.h
AgeCommit message (Expand)Author
2013-02-21Rename TypeLoc's isType to isKindDavid Blaikie
2013-02-21Doxycomment SVal's getAs/castAs.David Blaikie
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-09Initialize the end loc in ObjCInterfaceTypeLoc.Benjamin Kramer
2012-10-04Fixed FunctionTypeLoc source range.Abramo Bagnara
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-14Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith
2012-05-09objective-c. Fixes a 'fixit' where location ofFariborz Jahanian
2012-03-10[Sema] A tag decl that is marked as invalid and is used in a decl-spec,Argyrios Kyrtzidis
2012-03-09[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar
2012-03-09[AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::...Daniel Dunbar
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-05More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-10-07Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall
2011-10-06Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman
2011-08-25[libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis
2011-08-15[libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-01Based on the new information in the AST provided by r130628, writeChandler Carruth
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-03-12Forgotten part of previous commit.Abramo Bagnara
2011-03-05Improved MemberPointerType source locations.Abramo Bagnara
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-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-14Start implementing support for substitution into pack expansions thatDouglas Gregor
2011-01-07Factor out the template transformation of a sequence of functionDouglas Gregor
2011-01-06Introduce an AttributedType, but don't actually use it anywhere yet.John McCall
2011-01-06When default-initializing a TemplateArgumentLocInfo, make sure that weDouglas Gregor
2011-01-05Refactor the application of type attributes so that attributes fromJohn McCall
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-12-14Added missing IgnoreParens().Abramo Bagnara
2010-12-13Skip ParenType on function instantiations.Abramo Bagnara
2010-12-10Added ParenType type node.Abramo Bagnara
2010-12-02Remove NDEBUG-controlled extra data fromDouglas Gregor
2010-11-18In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (seeCraig Silverstein
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-09-07typoGabor Greif