]> granicus.if.org Git - clang/shortlog
clang
2009-10-23 Fariborz JahanianFixe a buffer overflow problem which causes a crash
2009-10-23 Douglas GregorImplement template instantiation for non-type template
2009-10-23 John McCallStore the builtin types as CanQualTypes. Expand a...
2009-10-23 Douglas GregorMigrate Sema::ActOnCallExpr to Sema::FixOverloadedFunct...
2009-10-23 Sebastian RedlCorrect a comment.
2009-10-23 John McCallRemove OriginalTypeParmDecl; the original type is...
2009-10-23 John McCallAdd ASTContext::getTrivialDeclaratorInfo, which initial...
2009-10-23 Fariborz JahanianDiagnose misuse of '.*' and '->*' operators during...
2009-10-23 Sebastian RedlFix operator precedence in Doug's most recent commit.
2009-10-23 Sebastian RedlApply the special enum restrictions from [over.match...
2009-10-23 Douglas GregorEliminate QualifiedDeclRefExpr, which captured the...
2009-10-23 Fariborz JahanianFixed a code gen bug (by fixing the AST) involving...
2009-10-23 John McCallRebuild dependently-sized ext vectors if either the...
2009-10-23 Benjamin KramerSilence GCC 4.3 warning.
2009-10-23 John McCallEmit calls using the canonical prototype of the called...
2009-10-23 Ted KremenekAdd comment.
2009-10-23 Ted KremenekFix integer overflow in PCHReader when reading the...
2009-10-23 John ThompsonFixed undefined behavior in pushMappings when the stack...
2009-10-23 Mike StumpAdd radar number.
2009-10-23 Mike StumpFixup the return type of functions.
2009-10-23 John McCallFunctionTypeLocs don't necessarily provide ParmVarDecls...
2009-10-22 John McCallPreserve type source information when substituting...
2009-10-22 John McCallPreserve source information for anonymous struct/union...
2009-10-22 Fariborz JahanianComplete code gen for '.*' binary expression for
2009-10-22 Fariborz JahanianFixes a warning.
2009-10-22 John McCallWhen building types from declarators, instead of buildi...
2009-10-22 Ted KremenekAlways emit error diagnostics when an error occurs...
2009-10-22 John ThompsonDisable Microsoft extensions to fix failure on Windows.
2009-10-22 John McCallCanonicality is a property of qualified types, not...
2009-10-22 Chris Lattnerfix #2 :)
2009-10-22 Chris Lattnerfix testcase, thanks Daniel.
2009-10-22 Douglas GregorWhen replacing a template-id expression with a declarat...
2009-10-22 Ted KremenekSplit clang_getCursor() into clang_getCursor() and...
2009-10-22 Douglas GregorWhen building and instantiating a template-id reference...
2009-10-22 Daniel DunbarUpdate test; the driver can find a different gcc tool...
2009-10-22 Sebastian RedlTry to instantiate templates before doing hierarchy...
2009-10-22 Douglas GregorWhen a template-id expression refers to a member functi...
2009-10-22 Douglas GregorRefactor our handling of implicit member reference...
2009-10-22 Chris Lattnerfix PR5265: the size of a float3 should be rounded...
2009-10-22 Ted KremenekAdd some explanatory diagnostics when clang_createTrans...
2009-10-22 Zhongxing XuRename: CheckBadDiv->CheckDivZero.
2009-10-22 Mike StumpRemove some misguided code.
2009-10-22 Mike StumpExtend out the block descriptor structure for debug...
2009-10-22 Daniel DunbarDriver: Fix thinko in logic for finding gcc's tool...
2009-10-22 Ted KremenekEnhance 'clang_createTranslationUnitFromSourceFile...
2009-10-21 Fariborz JahanianCode gen for '.*' binary expressions - WIP.
2009-10-21 Douglas GregorDon't (directly) call RequireCompleteType with an inval...
2009-10-21 Mike StumpTurn on the preallocation of all BlockDeclRefExprs.
2009-10-21 Douglas GregorDon't generate pointer types for void or base classes...
2009-10-21 Mike StumpRefine collection of BlockDeclRefExprs. WIP.
2009-10-21 Benjamin KramerDriver: don't produce bogus osx version numbers if...
2009-10-21 Fariborz JahanianExpand on code gen. for pointer to data members so...
2009-10-21 Benjamin KramerForce triple; this test was failing on non-darwin platf...
2009-10-21 Fariborz JahanianCode gen for pointer-to-datamember - WIP.
2009-10-21 Mike StumpFix typo.
2009-10-21 Mike StumpRefactor.
2009-10-21 Mike StumpComplete out debug info generation for captured __block...
2009-10-21 Anders CarlssonChange FixOverloadedFunctionReference to return a ...
2009-10-21 Douglas GregorDowngrade "function declared 'noreturn' should not...
2009-10-21 Steve NaroffExtend clang_getCursor() to take a 'relativeDecl' argum...
2009-10-21 Edward O'CallaghanAdd AuroraUX ABI Triple in correct place.
2009-10-21 Zhongxing XuSimplify some code. No functionality change.
2009-10-21 Ted KremenekUpdate checker build.
2009-10-21 Chris Lattneradd helpful methods to TargetInfo for querying builtin...
2009-10-21 Douglas GregorImprove diagnostics and template instantiation behavior...
2009-10-21 Chris Lattnerhookize wint_t's definition, patch by Edward O'Callagha...
2009-10-21 Mike StumpPrep work to always preallocate BlockDeclRefExprs so...
2009-10-21 John McCallRevert those last two commits. Beware the treacherous...
2009-10-21 John McCallPreserve type source information when substituting...
2009-10-21 John McCallPreserve type source information when substituting...
2009-10-21 John McCallPreserve source information when substituting into...
2009-10-21 John McCallClone Sema::SubstType for DeclaratorInfos.
2009-10-21 John McCallInitialize using the base location provided by the...
2009-10-21 Mike StumpFix 80-col violation.
2009-10-21 John McCallRewrite TreeTransform to transform types as DeclaratorI...
2009-10-21 John McCallAdd TypeLocBuilder, an API for incrementally creating...
2009-10-21 John McCallPublicize getSigilLoc / setSigilLoc for better metaprog...
2009-10-20 Ted KremenekRemove stale comment and tighten code.
2009-10-20 Ted KremenekAdd FIXME.
2009-10-20 Ted KremenekUse llvm::OwningPtr in CFGBuilder, fixing a leak on...
2009-10-20 Fariborz JahanianCode-gen for CXXZeroInitValueExpr AST passed
2009-10-20 Anders CarlssonChange ResolveAddressOfOverloadedFunction to support...
2009-10-20 Anders CarlssonFix the 32-bit ABI to return structures with non-trivia...
2009-10-20 Ted KremenekAdd destructor and cleanup code to LocationContext...
2009-10-20 Fariborz JahanianUpdated, we support == and != builtins for member pointers.
2009-10-20 Fariborz JahanianChanges to reflect more pointer-to-member support.
2009-10-20 Mike StumpFor now, we need to have the llvm type of the block...
2009-10-20 Fariborz JahanianMoved comment to its proper place in my last patch.
2009-10-20 Fariborz JahanianPatch implements ranking conversions between member...
2009-10-20 Devang PatelDo not eagerly cache DITypes because it allows real...
2009-10-20 Daniel DunbarDriver: If unable to find the gcc tool chain, try the...
2009-10-20 Devang PatelEncode global variable name in debug info.
2009-10-20 Daniel DunbarAdd missing semi-colon.
2009-10-20 Fariborz JahanianChanged text of warning in my last patch.
2009-10-20 Edward O'CallaghanBring Darwin into the switch-case statement instead...
2009-10-20 Fariborz JahanianIssue warning if method body starts with a semicolon.
2009-10-20 Steve NaroffAdd an example to help claify the process/assumptions...
2009-10-20 Steve Naroff- Extend clang_createIndex() to support PCH and diagnos...
2009-10-20 Eli FriedmanRemove default argument for ImpCastExprToType. Add...
2009-10-20 Ted KremenekCall 'clear()' in ~RopePieceBTreeLeaf(), decrementing...
next