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