summaryrefslogtreecommitdiff
path: root/include/clang/AST/TypeLoc.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05
* Documentation fix: remove advice to use cast/dyn_cast on TypeLocs, updatingJames Dennett2013-09-04
* Fix "funciton" typo from r184763Reid Kleckner2013-06-24
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-24
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-07
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-07
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Rename TypeLoc's isType to isKindDavid Blaikie2013-02-21
* Doxycomment SVal's getAs/castAs.David Blaikie2013-02-21
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Remove pointless classof()'s.Sean Silva2012-10-11
* Initialize the end loc in ObjCInterfaceTypeLoc.Benjamin Kramer2012-10-09
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-04
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith2012-08-14
* objective-c. Fixes a 'fixit' where location ofFariborz Jahanian2012-05-09
* [Sema] A tag decl that is marked as invalid and is used in a decl-spec,Argyrios Kyrtzidis2012-03-10
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::...Daniel Dunbar2012-03-09
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-06
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-06
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-06
* More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman2012-01-05
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-09
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-07
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-06
* [libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis2011-08-25
* [libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis2011-08-15
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-24
* Based on the new information in the AST provided by r130628, writeChandler Carruth2011-05-01
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* Forgotten part of previous commit.Abramo Bagnara2011-03-12
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-05
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-01
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-01
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-01
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-01
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-01
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-01
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-01
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-20
* Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actuallyDouglas Gregor2011-01-25
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-19