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