aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/OperationKinds.h
AgeCommit message (Expand)Author
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-07-04Renamed RawComment kinds to avoid name clash.Abramo Bagnara
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall
2011-11-07Rip out CK_GetObjCProperty.John McCall
2011-09-10Rename the ARC cast kinds to start with "ARC".John McCall
2011-09-10When converting a block pointer to an Objective-C pointer type, extendJohn McCall
2011-09-09Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall
2011-07-07In ARC, reclaim all return values of retainable type, not just thoseJohn McCall
2011-06-15Automatic Reference Counting.John McCall
2011-04-12After some discussion with Doug, we decided that it made a lot more senseJohn McCall
2011-04-11More __unknown_anytype work.John McCall
2011-04-11Remove CK_DynamicToNull.Anders Carlsson
2011-04-10As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind whichAnders Carlsson
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-12-01Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall
2010-11-30L-value to r-value conversion is not ready for prime-time.John McCall
2010-11-30Introduce an r-value to l-value cast kind. I'm not promising anythingJohn McCall
2010-11-16Kill CK_Unknown and flesh out the documentation for the existing CastKinds.John McCall
2010-11-15Assorted work leading towards the elimination of CK_Unknown.John McCall
2010-11-14Add a few more complex-related cast kinds that arise due to arbitraryJohn McCall
2010-11-13Introduce five new cast kinds for various conversions into andJohn McCall
2010-11-13Introduce a null-to-pointer implicit cast kind.John McCall
2010-09-10Fix a comment.Sebastian Redl
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall