Age | Commit message (Expand) | Author |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-21 | For | Argyrios Kyrtzidis |
2011-04-15 | Fix bug in vector initializer when initializing a vector with another vector. | Tanya Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
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 |
2011-03-25 | Silly mistake in integer constant folding cleanup. | Eli Friedman |
2011-03-25 | Fix some clang warnings. | Anders Carlsson |
2011-03-25 | Switch constant evaluation of float casts over to cast kinds. | Eli Friedman |
2011-03-25 | Cleanup integral and vector constant evaluation of casts to use cast kinds. | Eli Friedman |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-11 | Overload IntExprEvaluator::Success() with a function that takes a CharUnits | Ken Dyck |
2011-03-04 | Move private structs into anonymous namespaces. | Benjamin Kramer |
2011-02-26 | Don't crash during constant-evaluation of 1/(1/0). PR9262. | John McCall |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-09 | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne |
2011-02-09 | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall |
2011-02-02 | An insomniac stab at making block declarations list the variables they close | John McCall |
2011-01-26 | Use RecordLayout::getBaseClassOffset() where CharUnits are needed instead of | Ken Dyck |
2011-01-20 | Fix the computation of alignment for fields of packed+aligned structs. | John McCall |
2011-01-18 | Replace calls to CharUnits::fromQuantity() with ones | Ken Dyck |
2011-01-15 | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor |
2011-01-14 | Replace a literal '8' with getCharWidth(). | Ken Dyck |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
2010-12-14 | Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix | John McCall |
2010-12-11 | Improved complex constants evaluation. | Abramo Bagnara |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-16 | Kill CK_Unknown and flesh out the documentation for the existing CastKinds. | John McCall |
2010-11-15 | Add a new expression kind, OpaqueValueExpr, which is useful for | 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-11-09 | Split out -Wconversion warnings about constant precision into their | John McCall |
2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson |
2010-10-31 | Teach the constant expr evaluator about derived-to-base casts when no virtual... | Anders Carlsson |
2010-10-31 | Don't try to evaluate the LHS or RHS of a member pointer binary operation. Fi... | Anders Carlsson |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-10-09 | Permit constant evaluation of const floating-point variables with | John McCall |