summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeLoc.h
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM function name change.Rui Ueyama2016-01-141-4/+4
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+19
* AST: defer to TypeLoc::copy in TypeLoc::initializeFullCopyJustin Bogner2015-12-071-5/+4
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+12
* Fix alignment issues in Clang.James Y Knight2015-07-171-0/+1
* Fix alignment check for ObjCObjectTypeLoc.Douglas Gregor2015-07-071-2/+3
* Use llvm::alignOf rather than alignof()Douglas Gregor2015-07-071-2/+2
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-0/+26
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+4
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-24/+63
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Fix initializing TypeOfTypeLocOlivier Goffart2014-10-241-0/+2
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-7/+7
* Rename getResultLoc() tooAlp Toker2014-01-251-1/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-8/+8
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-1/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-6/+9
* Documentation fix: remove advice to use cast/dyn_cast on TypeLocs, updatingJames Dennett2013-09-041-5/+8
* Fix "funciton" typo from r184763Reid Kleckner2013-06-241-1/+1
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+34
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-20/+73
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-69/+18
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-18/+69
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Rename TypeLoc's isType to isKindDavid Blaikie2013-02-211-18/+18
* Doxycomment SVal's getAs/castAs.David Blaikie2013-02-211-0/+5
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-25/+53
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove pointless classof()'s.Sean Silva2012-10-111-11/+0
* Initialize the end loc in ObjCInterfaceTypeLoc.Benjamin Kramer2012-10-091-0/+1
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-0/+22
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-4/+4
* Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith2012-08-141-9/+0
* objective-c. Fixes a 'fixit' where location ofFariborz Jahanian2012-05-091-2/+11
* [Sema] A tag decl that is marked as invalid and is used in a decl-spec,Argyrios Kyrtzidis2012-03-101-2/+3
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-3/+4
* [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::...Daniel Dunbar2012-03-091-0/+2
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-061-0/+10
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-061-21/+16
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-12/+24
* More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman2012-01-051-0/+4
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-26/+27
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-1/+1
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+56
* [libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis2011-08-251-0/+6
* [libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis2011-08-151-0/+6