aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Type.h
AgeCommit message (Expand)Author
2013-09-26Implement a rudimentary form of generic lambdas.Faisal Vali
2013-09-25Update NumTypeBits on Type to match the actual number of used bits.Mark Lacey
2013-08-30Add ms_abi and sysv_abi attribute handling.Charles Davis
2013-08-27Delete CC_Default and use the target default CC everywhereReid Kleckner
2013-08-22Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek
2013-08-22Constify more uses of ASTContext&. No functional change.Craig Topper
2013-08-22Constify the ASTContext& passed to Expr creation functions. Also constify the...Craig Topper
2013-08-22Implement a rudimentary form of generic lambdas.Faisal Vali
2013-07-26Tighten type-checking for vector attributes.Eli Friedman
2013-07-19Create calling convention AttributedType sugar nodesReid Kleckner
2013-07-13Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie
2013-06-27Delete dead code.Eli Friedman
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner
2013-06-14Fix comments referring to non-existent types.Eli Friedman
2013-05-25Fix linkage computation for derived types in inline functions.Rafael Espindola
2013-05-22Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman
2013-05-15Use only explicit bool conversion operatorDavid Blaikie
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-02[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner
2013-04-02[ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner
2013-03-28These are all simple pointer wrappers. Pass them by value.Rafael Espindola
2013-03-27Cleanup clang's specializations of simplify_type.Rafael Espindola
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-14Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2013-02-27Don't cache the visibility of types.Rafael Espindola
2013-02-27Rename methods to comply with the LLVM Coding Standards.Rafael Espindola
2013-02-27Change Type::getLinkageAndVisibility to return a LinkageInfo.Rafael Espindola
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-21Avoid implicit conversions of Optional<T> to bool.David Blaikie
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-31Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ...Richard Smith
2013-01-31Remove incorrect warning signs from QualType::getUnqualifiedType(). TheseRichard Smith
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-12Disable caching of visibility.Rafael Espindola
2013-01-08Move ref qualifiers from Type bitfields into FunctionProtoType, stealing twoRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-25Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola
2012-12-25Revert r171048, "Cache visibility of decls."NAKAMURA Takumi
2012-12-25Cache visibility of decls.Rafael Espindola