summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/OperationKinds.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* Remove creation of out-of-bounds value of enumeration type (resulting in UB).Richard Smith2017-12-081-2/+0
* [AST] Move operations enum to a definition file.Etienne Bergeron2016-05-121-314/+7
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-1/+5
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-1/+4
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-1/+4
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-1/+5
* Renamed RawComment kinds to avoid name clash.Abramo Bagnara2012-07-041-1/+1
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-1/+8
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+9
* Some improvements to the handling of C11 atomic types:David Chisnall2012-01-161-1/+6
* Rip out CK_GetObjCProperty.John McCall2011-11-071-7/+0
* Rename the ARC cast kinds to start with "ARC".John McCall2011-09-101-4/+4
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-9/+16
* Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall2011-09-091-8/+15
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-071-3/+8
* Automatic Reference Counting.John McCall2011-06-151-1/+24
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-7/+1
* More __unknown_anytype work.John McCall2011-04-111-1/+4
* Remove CK_DynamicToNull.Anders Carlsson2011-04-111-4/+0
* As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind whichAnders Carlsson2011-04-101-0/+4
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-1/+4
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-0/+7
* Restore the lvalue-to-rvalue conversion patch with a minimal fix.John McCall2010-12-011-0/+5
* L-value to r-value conversion is not ready for prime-time.John McCall2010-11-301-5/+0
* Introduce an r-value to l-value cast kind. I'm not promising anythingJohn McCall2010-11-301-0/+5
* Kill CK_Unknown and flesh out the documentation for the existing CastKinds.John McCall2010-11-161-50/+121
* Assorted work leading towards the elimination of CK_Unknown.John McCall2010-11-151-1/+16
* Add a few more complex-related cast kinds that arise due to arbitraryJohn McCall2010-11-141-2/+17
* Introduce five new cast kinds for various conversions into andJohn McCall2010-11-131-1/+16
* Introduce a null-to-pointer implicit cast kind.John McCall2010-11-131-0/+3
* Fix a comment.Sebastian Redl2010-09-101-1/+1
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-0/+158