summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CanonicalType.h
Commit message (Expand)AuthorAgeFilesLines
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-34/+34
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-081-25/+45
* PointerLikeTypeTraits: class->struct to match LLVM changeDavid Blaikie2017-08-091-2/+1
* [AST] Use static_assert to verify types instead of undefined classes.Benjamin Kramer2016-11-291-4/+4
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-0/+3
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* 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
* Actually we can just inline the base typedef and use the injected class name ...Benjamin Kramer2015-02-011-7/+5
* Reimplement iterator wrappers on top of llvm::iterator_adaptor_base.Benjamin Kramer2015-02-011-88/+16
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-4/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-3/+3
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-9/+9
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* These are all simple pointer wrappers. Pass them by value.Rafael Espindola2013-03-281-1/+1
* Cleanup clang's specializations of simplify_type.Rafael Espindola2013-03-271-5/+2
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-49/+13
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-0/+1
* Add a castAs<U> accessor to CanQual<T>.John McCall2012-02-171-0/+9
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+5
* Move operator overload out of line. Calling operator<< on a forward declared ...Benjamin Kramer2012-02-051-6/+1
* Try to fix Benjamin's r149781 on MSVC.NAKAMURA Takumi2012-02-051-0/+1
* Automatic Reference Counting.John McCall2011-06-151-1/+1
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-241-0/+8
* Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor2011-05-201-0/+2
* Switch the interface name for both TemplateTypeParmType andChandler Carruth2011-05-011-1/+1
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-0/+1
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-4/+6
* Kill RecordType::getAddressSpace() and its fixme; that's just not howJohn McCall2010-12-231-1/+0
* Replace two QualType::getTypePtrOrNull() calls withDouglas Gregor2010-12-101-1/+1
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-3/+12
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-161-3/+3
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-231-0/+3
* Add isArrayType() to CanProxy's forwarders.Sebastian Redl2010-06-231-0/+1
* Change Type::isFloatingType() to reflect the actual definition of aDouglas Gregor2010-06-221-0/+1
* Revert r106099; it broke self-host.Douglas Gregor2010-06-161-0/+1
* Added TemplateTypeParmType::getDecl().Abramo Bagnara2010-06-161-1/+0
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-161-0/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-0/+18
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-261-0/+1