Age | Commit message (Expand) | Author |
2013-02-21 | Rename TypeLoc's isType to isKind | David Blaikie |
2013-02-21 | Doxycomment SVal's getAs/castAs. | David Blaikie |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-10-09 | Initialize the end loc in ObjCInterfaceTypeLoc. | Benjamin Kramer |
2012-10-04 | Fixed FunctionTypeLoc source range. | Abramo Bagnara |
2012-08-23 | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko |
2012-08-14 | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith |
2012-05-09 | objective-c. Fixes a 'fixit' where location of | Fariborz 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-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-01-05 | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-06 | Support 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 part | Argyrios Kyrtzidis |
2011-08-15 | [libclang] Require explicit cursor visitation for all TypeLocs (compilation will | Argyrios Kyrtzidis |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-01 | Based on the new information in the AST provided by r130628, write | Chandler Carruth |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-03-12 | Forgotten part of previous commit. | Abramo Bagnara |
2011-03-05 | Improved MemberPointerType source locations. | Abramo Bagnara |
2011-03-01 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-03-01 | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor |
2011-03-01 | Reinstate r126737, extending the generation of type-source location | Douglas Gregor |
2011-03-01 | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into elaborated | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-01-25 | Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually | Douglas Gregor |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-14 | Start implementing support for substitution into pack expansions that | Douglas Gregor |
2011-01-07 | Factor out the template transformation of a sequence of function | Douglas Gregor |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2011-01-06 | When default-initializing a TemplateArgumentLocInfo, make sure that we | Douglas Gregor |
2011-01-05 | Refactor the application of type attributes so that attributes from | John McCall |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-13 | Skip ParenType on function instantiations. | Abramo Bagnara |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-02 | Remove NDEBUG-controlled extra data from | Douglas Gregor |
2010-11-18 | In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see | Craig Silverstein |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-09-07 | typo | Gabor Greif |