]> granicus.if.org Git - clang/history - include/clang/AST/OperationKinds.h
Header guard canonicalization, clang part.
[clang] / include / clang / AST / OperationKinds.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2013-12-11 David TweedAdd front-end infrastructure now address space casts...
2013-01-20 Guy BenyeiImplement OpenCL event_t as Clang builtin type, includi...
2012-08-31 Eli FriedmanChange the representation of builtin functions in the AST
2012-07-04 Abramo BagnaraRenamed RawComment kinds to avoid name clash.
2012-02-22 Douglas GregorGenerate an AST for the conversion from a lambda closur...
2012-02-15 John McCallSplit reinterpret_casts of member pointers out from...
2012-01-16 David ChisnallSome improvements to the handling of C11 atomic types:
2011-11-07 John McCallRip out CK_GetObjCProperty.
2011-09-10 John McCallRename the ARC cast kinds to start with "ARC".
2011-09-10 John McCallWhen converting a block pointer to an Objective-C point...
2011-09-09 John McCallGive conversions of block pointers to ObjC pointers...
2011-07-07 John McCallIn ARC, reclaim all return values of retainable type...
2011-06-15 John McCallAutomatic Reference Counting.
2011-04-12 John McCallAfter some discussion with Doug, we decided that it...
2011-04-11 John McCallMore __unknown_anytype work.
2011-04-11 Anders CarlssonRemove CK_DynamicToNull.
2011-04-10 Anders CarlssonAs a first step towards fixing PR9641, add a CK_Dynamic...
2011-04-07 John McCallBasic, untested implementation for an "unknown any...
2010-12-04 John McCallAlthough we currently have explicit lvalue-to-rvalue...
2010-12-01 John McCallRestore the lvalue-to-rvalue conversion patch with...
2010-11-30 John McCallL-value to r-value conversion is not ready for prime...
2010-11-30 John McCallIntroduce an r-value to l-value cast kind. I'm not...
2010-11-16 John McCallKill CK_Unknown and flesh out the documentation for...
2010-11-15 John McCallAssorted work leading towards the elimination of CK_Unk...
2010-11-14 John McCallAdd a few more complex-related cast kinds that arise...
2010-11-13 John McCallIntroduce five new cast kinds for various conversions...
2010-11-13 John McCallIntroduce a null-to-pointer implicit cast kind.
2010-09-10 Sebastian RedlFix a comment.
2010-08-25 John McCallMore incremental progress towards not including Expr...