2009-10-25 |
Chris Lattner | cleanups |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Remove the Skip parameter from GetTypeForDeclarator... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | remove a nonsensical todo |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | Tweak test, with -strict-whitespace $ won't match on... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | move the extwarn about using long long out of the entry of |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | simplify interface to ConvertDeclSpecToType, check... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | change ConvertDeclSpecToType to be a static function... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | change Sema::ActOnFriendTypeDecl to use GetTypeForDecla... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | various cleanups for SemaType.cpp |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | minor reorg: check both attributes before decl. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | simplify Sema::getTypeName a bit: if control gets out... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | In objc mode, every identifier in a cast expression... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Audit the code for places where it is assumed that... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Ignore dependent bases in ADL. Fixes PR5271. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nate Begeman | Add support for vector shifts, pretty straight forward. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nate Begeman | Fix a bug in calculating shufflevector indices when... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Fix cmake failure trying to get SVN info for non-SVN... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Add a preprocessor define for adding a "near" section... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Benjamin Kramer | Remove duplicated constructor declaration. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Benjamin Kramer | Switch alloca/sprintf to SmallString/raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
John McCall | Preserve type source information in TypedefDecls. ... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Douglas Gregor | Fix overload resolution when calling a member template... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Fariborz Jahanian | Make the local buffer overflow safe. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Fariborz Jahanian | Fixe a buffer overflow problem which causes a crash |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Implement template instantiation for non-type template |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Store the builtin types as CanQualTypes. Expand a... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunct... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Correct a comment. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Remove OriginalTypeParmDecl; the original type is... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Add ASTContext::getTrivialDeclaratorInfo, which initial... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Fariborz Jahanian | Diagnose misuse of '.*' and '->*' operators during... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Fix operator precedence in Doug's most recent commit. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Apply the special enum restrictions from [over.match... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Eliminate QualifiedDeclRefExpr, which captured the... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Fariborz Jahanian | Fixed a code gen bug (by fixing the AST) involving... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Rebuild dependently-sized ext vectors if either the... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Benjamin Kramer | Silence GCC 4.3 warning. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Emit calls using the canonical prototype of the called... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Ted Kremenek | Add comment. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Ted Kremenek | Fix integer overflow in PCHReader when reading the... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John Thompson | Fixed undefined behavior in pushMappings when the stack... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Mike Stump | Add radar number. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Mike Stump | Fixup the return type of functions. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | FunctionTypeLocs don't necessarily provide ParmVarDecls... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
John McCall | Preserve type source information when substituting... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
John McCall | Preserve source information for anonymous struct/union... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Fariborz Jahanian | Complete code gen for '.*' binary expression for |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Fariborz Jahanian | Fixes a warning. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
John McCall | When building types from declarators, instead of buildi... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Always emit error diagnostics when an error occurs... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
John Thompson | Disable Microsoft extensions to fix failure on Windows. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
John McCall | Canonicality is a property of qualified types, not... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix #2 :) |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix testcase, thanks Daniel. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | When replacing a template-id expression with a declarat... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Split clang_getCursor() into clang_getCursor() and... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | When building and instantiating a template-id reference... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Daniel Dunbar | Update test; the driver can find a different gcc tool... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Sebastian Redl | Try to instantiate templates before doing hierarchy... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | When a template-id expression refers to a member functi... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Douglas Gregor | Refactor our handling of implicit member reference... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix PR5265: the size of a float3 should be rounded... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Add some explanatory diagnostics when clang_createTrans... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Zhongxing Xu | Rename: CheckBadDiv->CheckDivZero. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mike Stump | Remove some misguided code. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mike Stump | Extend out the block descriptor structure for debug... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Daniel Dunbar | Driver: Fix thinko in logic for finding gcc's tool... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Enhance 'clang_createTranslationUnitFromSourceFile... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Code gen for '.*' binary expressions - WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Don't (directly) call RequireCompleteType with an inval... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Turn on the preallocation of all BlockDeclRefExprs. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Don't generate pointer types for void or base classes... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Refine collection of BlockDeclRefExprs. WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Driver: don't produce bogus osx version numbers if... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Expand on code gen. for pointer to data members so... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Force triple; this test was failing on non-darwin platf... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Fariborz Jahanian | Code gen for pointer-to-datamember - WIP. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Refactor. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Complete out debug info generation for captured __block... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anders Carlsson | Change FixOverloadedFunctionReference to return a ... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Downgrade "function declared 'noreturn' should not... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Steve Naroff | Extend clang_getCursor() to take a 'relativeDecl' argum... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Edward O'Callaghan | Add AuroraUX ABI Triple in correct place. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Zhongxing Xu | Simplify some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | add helpful methods to TargetInfo for querying builtin... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | Improve diagnostics and template instantiation behavior... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | hookize wint_t's definition, patch by Edward O'Callagha... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Prep work to always preallocate BlockDeclRefExprs so... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Revert those last two commits. Beware the treacherous... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve type source information when substituting... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve type source information when substituting... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Preserve source information when substituting into... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Clone Sema::SubstType for DeclaratorInfos. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Initialize using the base location provided by the... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Rewrite TreeTransform to transform types as DeclaratorI... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Add TypeLocBuilder, an API for incrementally creating... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
John McCall | Publicize getSigilLoc / setSigilLoc for better metaprog... |
commit | commitdiff | tree | snapshot |
next |