Age | Commit message (Expand) | Author |
2009-08-16 | Call MaybeBindToTemporary for overloaded binary and unary operators. | Anders Carlsson |
2009-08-16 | Call MaybeBindToTemporary when constructing functino call operator calls. | Anders Carlsson |
2009-08-16 | Add MaybeBindToTemporary calls for member call expressions. | Anders Carlsson |
2009-08-16 | Make sure to call MaybeBindToTemporary when creating CallExprs. | Anders Carlsson |
2009-08-16 | Move builtin call checking out into a separate function, make CheckFunctionCa... | Anders Carlsson |
2009-08-15 | BuildCXXConstructExpr doesn't need to take an ASTContext. | Anders Carlsson |
2009-08-15 | Add an explicit constructor to ActiveTemplateInstantiation which | Eli Friedman |
2009-08-15 | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman |
2009-08-15 | Don't perform integer promotions on the operand to a cast; this | Eli Friedman |
2009-08-15 | Disable all recognition of main() in -ffreestanding. Addresses bug #4720. | John McCall |
2009-08-15 | Change handling of attribute 'malloc' to only accept the attribute on function | Ted Kremenek |
2009-08-14 | Per Eli Friedman's feedback, handle attribute 'malloc' being applied to | Ted Kremenek |
2009-08-14 | objc2's foreach statement's selector type can be | Fariborz Jahanian |
2009-08-14 | Use 'dyn_cast' instead of a check for a function declaration followed by a | Ted Kremenek |
2009-08-14 | Improve Sema's handling of attribute 'malloc' to reject the attribute when | Ted Kremenek |
2009-08-14 | Make the CXXDefaultArgExpr constructor protected and add a static Create func... | Anders Carlsson |
2009-08-14 | Fixed a regression in deciding when to issue warning on properties which | Fariborz Jahanian |
2009-08-14 | Support friend declarations in templates and test that argdep lookup | John McCall |
2009-08-13 | Patch to force synthesis of copy assignment operator | Fariborz Jahanian |
2009-08-13 | change cast to dyn_cast because d may not be a FunctionDecl | Ryan Flynn |
2009-08-12 | change a dyn_cast to cast | Ryan Flynn |
2009-08-12 | More toward synthesizing copy assignments. SWIP. | Fariborz Jahanian |
2009-08-12 | Patch for synthesizing copy assignment operator. | Fariborz Jahanian |
2009-08-12 | error on property of objc interface type instead of crashing | Fariborz Jahanian |
2009-08-12 | Fix a fixme by allocating ShuffleVectorExprs in the Context | Nate Begeman |
2009-08-11 | Add newline at end of file. | Benjamin Kramer |
2009-08-11 | Patch to warn if a property which is 'assign' by default | Fariborz Jahanian |
2009-08-11 | Add a FriendClassDecl type for holding declarations of friend types in | John McCall |
2009-08-11 | ir-gen support for anonymous union data member | Fariborz Jahanian |
2009-08-11 | Fix DISABLE_SMART_POINTERS build | Douglas Gregor |
2009-08-11 | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall |
2009-08-11 | Refactor the template-instantiation logic for expressions into a | Douglas Gregor |
2009-08-11 | Check whether a tag was defined in a C++ condition declaration using GetTypeF... | Argyrios Kyrtzidis |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Add a CastInfo struct that will be used for cast information when constructin... | Anders Carlsson |
2009-08-10 | fix a couple of problems with section attributes: | Chris Lattner |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | warn, as gcc does, if __attribute__((malloc)) applied to function returning n... | Ryan Flynn |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
2009-08-08 | Refactor some code and implement support for global destructors for static va... | Anders Carlsson |
2009-08-08 | Use CastExpr::CK_ArrayToPointerDecay and fix an assert. | Anders Carlsson |
2009-08-08 | PR4700 - remove shift by 0 warning | Ryan Flynn |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-08-08 | getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec... | Anders Carlsson |
2009-08-08 | Factor some code to get the "function level" DeclContext out into a separate ... | Anders Carlsson |
2009-08-08 | Make sure to diagnose use of declarations in the case where we create an impl... | Anders Carlsson |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-08 | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |