Age | Commit message (Expand) | Author |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
2009-07-14 | Read/write a CXXOperatorCallExpr from/to PCH files. | Argyrios Kyrtzidis |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-08 | Implement template argument deduction when taking the address of a | Douglas Gregor |
2009-07-06 | Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara. | Douglas Gregor |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-29 | Fix the FloatingLiteral API to take the isexact flag by value instead of | Chris Lattner |
2009-06-25 | OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in... | Nate Begeman |
2009-06-21 | Renamed Protocol as TheProtocol so people can use clang header for | Fariborz Jahanian |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner |
2009-06-07 | Instantiation support for more Obj-C expressions, string literals, @selector ... | Anders Carlsson |
2009-06-01 | A corner case of objc2 gc's write-barrier generation | Fariborz Jahanian |
2009-05-26 | When evaluating a VarDecl as a constant or determining whether it is | Douglas Gregor |
2009-05-26 | Add a new CallExpr::getCallReturnType and use it in Expr::isLvalueInternal. N... | Anders Carlsson |
2009-05-26 | A block that returns a reference is an lvalue. | Anders Carlsson |
2009-05-21 | Template instantiation for C99 designated initializers, because we | Douglas Gregor |
2009-05-19 | Fix handling of the GNU "t ? : f" extension to the conditional | Douglas Gregor |
2009-05-18 | Template instantiation for imaginary literals, because they were next in Expr.h | Douglas Gregor |
2009-05-17 | Make ActOnExprStmt take a FullExprArg. | Anders Carlsson |
2009-05-16 | Implement instantiation of a few boring, simple expressions. I don't think th... | Sebastian Redl |
2009-05-15 | Basic support for member exprs where the base expr type is dependent. | Anders Carlsson |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-05 | Fixes a bug for objc2's gc in the presense of type-casts. | Fariborz Jahanian |
2009-05-03 | PR2524: downgrade taking address of expression of type 'void' to an | Eli Friedman |
2009-05-02 | When determining whether an expression refers to a bit-field, look | Douglas Gregor |
2009-04-29 | PR4103: Silence bogus unused expression warning. | Eli Friedman |
2009-04-26 | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman |
2009-04-26 | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner |
2009-04-25 | Change isNullPointerConstant to be strict; hopefully this won't cause | Eli Friedman |
2009-04-21 | Fix PR4027 + rdar://6808859, we were rejecting implicit casts of | Chris Lattner |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-17 | Fix two embarrassing PCH bugs: | Douglas Gregor |
2009-04-17 | Implement lvalue test for conditional expressions. | Sebastian Redl |
2009-04-16 | Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar... | Steve Naroff |
2009-04-16 | PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. | Douglas Gregor |
2009-04-16 | PCH support for ShuffleVectorExpr and BlockDeclRefExpr | Douglas Gregor |
2009-04-15 | PCH support for ExtVectorElementExpr and VAArgExpr. | Douglas Gregor |
2009-04-15 | PCH support for MemberExpr and CallExpr. | Douglas Gregor |
2009-04-15 | PCH support for string literals | Douglas Gregor |
2009-04-15 | Implement support for designated initializers that refer to members of | Douglas Gregor |
2009-04-15 | Improve "assignment to cast" diagnostic. | Daniel Dunbar |
2009-04-14 | Strip paren expressions when trying to diagnose "cast as lvalue" | Daniel Dunbar |
2009-03-28 | Make our diagnostics about the obsolete GNU designated-initializer | Douglas Gregor |
2009-03-23 | use isa<> | Chris Lattner |
2009-03-22 | Adjust isModifiableLvalue to give a slightly more useful diagnostic for | Eli Friedman |
2009-03-22 | fix some warnings in release-assert mode. | Chris Lattner |