Age | Commit message (Expand) | Author |
2009-10-23 | Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference, | Douglas Gregor |
2009-10-23 | Correct a comment. | Sebastian Redl |
2009-10-23 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |
2009-10-23 | Add ASTContext::getTrivialDeclaratorInfo, which initializes a new | John McCall |
2009-10-23 | Diagnose misuse of '.*' and '->*' operators during parse | Fariborz Jahanian |
2009-10-23 | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-23 | Fixed a code gen bug (by fixing the AST) involving user-defined | Fariborz Jahanian |
2009-10-23 | Rebuild dependently-sized ext vectors if either the element type or the size | John McCall |
2009-10-23 | Silence GCC 4.3 warning. | Benjamin Kramer |
2009-10-23 | Emit calls using the canonical prototype of the called function. | John McCall |
2009-10-23 | Add comment. | Ted Kremenek |
2009-10-23 | Fix integer overflow in PCHReader when reading the length of an | Ted Kremenek |
2009-10-23 | Fixed undefined behavior in pushMappings when the stack has to resize. | John Thompson |
2009-10-23 | Fixup the return type of functions. | Mike Stump |
2009-10-23 | FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if | John McCall |
2009-10-22 | Preserve type source information when substituting into FieldDecls. | John McCall |
2009-10-22 | Preserve source information for anonymous struct/union declarations. | John McCall |
2009-10-22 | Complete code gen for '.*' binary expression for | Fariborz Jahanian |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-22 | Canonicality is a property of qualified types, not unqualified types. | John McCall |
2009-10-22 | When replacing a template-id expression with a declaration reference expressi... | Douglas Gregor |
2009-10-22 | When building and instantiating a template-id reference expression, such as | Douglas Gregor |
2009-10-22 | Try to instantiate templates before doing hierarchy checks in static_cast. Fi... | Sebastian Redl |
2009-10-22 | When a template-id expression refers to a member function template, turn it i... | Douglas Gregor |
2009-10-22 | Refactor our handling of implicit member reference expressions to get most of... | Douglas Gregor |
2009-10-22 | fix PR5265: the size of a float3 should be rounded up to its alignment. | Chris Lattner |
2009-10-22 | Rename: CheckBadDiv->CheckDivZero. | Zhongxing Xu |
2009-10-22 | Remove some misguided code. | Mike Stump |
2009-10-22 | Extend out the block descriptor structure for debug information with | Mike Stump |
2009-10-22 | Driver: Fix thinko in logic for finding gcc's tool chain directory. | Daniel Dunbar |
2009-10-21 | Code gen for '.*' binary expressions - WIP. | Fariborz Jahanian |
2009-10-21 | Don't (directly) call RequireCompleteType with an invalid source location. | Douglas Gregor |
2009-10-21 | Turn on the preallocation of all BlockDeclRefExprs. | Mike Stump |
2009-10-21 | Don't generate pointer types for void or base classes when finding | Douglas Gregor |
2009-10-21 | Refine collection of BlockDeclRefExprs. WIP. | Mike Stump |
2009-10-21 | Driver: don't produce bogus osx version numbers if no version (aka 0) was spe... | Benjamin Kramer |
2009-10-21 | Expand on code gen. for pointer to data members so it works | Fariborz Jahanian |
2009-10-21 | Code gen for pointer-to-datamember - WIP. | Fariborz Jahanian |
2009-10-21 | Fix typo. | Mike Stump |
2009-10-21 | Refactor. | Mike Stump |
2009-10-21 | Complete out debug info generation for captured __block variables. WIP. | Mike Stump |
2009-10-21 | Change FixOverloadedFunctionReference to return a (possibly new) expression. ... | Anders Carlsson |
2009-10-21 | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff |
2009-10-21 | Add AuroraUX ABI Triple in correct place. | Edward O'Callaghan |
2009-10-21 | Simplify some code. No functionality change. | Zhongxing Xu |
2009-10-21 | add helpful methods to TargetInfo for querying builtin integer type properties, | Chris Lattner |
2009-10-21 | Improve diagnostics and template instantiation behavior when calling | Douglas Gregor |
2009-10-21 | hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). | Chris Lattner |
2009-10-21 | Prep work to always preallocate BlockDeclRefExprs so that we can | Mike Stump |