summaryrefslogtreecommitdiff
path: root/include/clang/AST/Type.h
Commit message (Expand)AuthorAge
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Fix some typosAlp Toker2014-05-05
* StringRefize and take out an old FIXMEAlp Toker2014-05-05
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-17
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* 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
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-17
* Revert r199416, "MS ABI: Improve selection of an inheritance model"NAKAMURA Takumi2014-01-17
* Issue a warning if a throwing operator new or operator new[] returns a nullRichard Smith2014-01-17
* MS ABI: Improve selection of an inheritance modelDavid Majnemer2014-01-16
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-04
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-26
* Update NumTypeBits on Type to match the actual number of used bits.Mark Lacey2013-09-25
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-30
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-27
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-22
* Constify more uses of ASTContext&. No functional change.Craig Topper2013-08-22
* Constify the ASTContext& passed to Expr creation functions. Also constify the...Craig Topper2013-08-22
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-22
* Tighten type-checking for vector attributes.Eli Friedman2013-07-26
* Create calling convention AttributedType sugar nodesReid Kleckner2013-07-19
* Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-13
* Delete dead code.Eli Friedman2013-06-27
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-24
* Fix comments referring to non-existent types.Eli Friedman2013-06-14
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-25
* Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman2013-05-22
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* [documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian2013-05-01
* [ObjC declaration documentation] declaration of Fariborz Jahanian2013-05-01
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-22
* [ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner2013-04-11
* [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner2013-04-02
* [ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner2013-04-02
* These are all simple pointer wrappers. Pass them by value.Rafael Espindola2013-03-28
* Cleanup clang's specializations of simplify_type.Rafael Espindola2013-03-27
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-18
* Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola2013-03-14