]> granicus.if.org Git - clang/shortlog
clang
2009-10-26 Sebastian RedlConvert some driver checks to FileCheck.
2009-10-26 Daniel Dunbarclang-cc: Allow building for x86_64 with -mmacosx-versi...
2009-10-26 Chandler CarruthSwitch vtable to linkeonce_odr. Patch by nlewycky.
2009-10-26 Sebastian RedlAdd fixit hint to bitwise precedence warning.
2009-10-26 Douglas Gregorassert -> llvm_unreachable
2009-10-26 Sebastian RedlImplement a warning for mixing bitwise logical with...
2009-10-26 Rafael EspindolaRename -nostdclanginc to -nobuiltininc.
2009-10-26 Zhongxing Xu'error' is usually used as a noreturn function. This...
2009-10-26 Chandler CarruthUpdate location of DataTypes.h to reflect move in LLVM...
2009-10-25 Daniel DunbarPhrase compile time assert in standard way.
2009-10-25 Chris Lattnerrename getTypeSigned() -> isTypeSigned() per daniel...
2009-10-25 Chris LattnerFix PR5298 - -Wmissing-noreturn shouldn't warn if the...
2009-10-25 Chris LattnerImplement rdar://6756623 - use of deprecated type in...
2009-10-25 Sebastian RedlMake sure we actually have a definition before asking...
2009-10-25 Chris LattnerWhen parsing a top level struct declaration, make sure to
2009-10-25 Chris Lattnermove calls to DiagnoseUseOfDecl (which warns about...
2009-10-25 Chris Lattnercleanups
2009-10-25 Sebastian RedlRemove the Skip parameter from GetTypeForDeclarator...
2009-10-25 Chris Lattnerremove a nonsensical todo
2009-10-25 Daniel DunbarTweak test, with -strict-whitespace $ won't match on...
2009-10-25 Chris Lattnermove the extwarn about using long long out of the entry of
2009-10-25 Chris Lattnersimplify interface to ConvertDeclSpecToType, check...
2009-10-25 Chris Lattnerchange ConvertDeclSpecToType to be a static function...
2009-10-25 Chris Lattnerchange Sema::ActOnFriendTypeDecl to use GetTypeForDecla...
2009-10-25 Chris Lattnervarious cleanups for SemaType.cpp
2009-10-25 Chris Lattnerminor reorg: check both attributes before decl.
2009-10-25 Chris Lattnersimplify Sema::getTypeName a bit: if control gets out...
2009-10-25 Chris LattnerIn objc mode, every identifier in a cast expression...
2009-10-25 Sebastian RedlAudit the code for places where it is assumed that...
2009-10-25 Sebastian RedlIgnore dependent bases in ADL. Fixes PR5271.
2009-10-25 Nate BegemanAdd support for vector shifts, pretty straight forward.
2009-10-25 Nate BegemanFix a bug in calculating shufflevector indices when...
2009-10-24 Daniel DunbarFix cmake failure trying to get SVN info for non-SVN...
2009-10-24 Sanjiv GuptaAdd a preprocessor define for adding a "near" section...
2009-10-24 Benjamin KramerRemove duplicated constructor declaration.
2009-10-24 Benjamin KramerSwitch alloca/sprintf to SmallString/raw_ostream.
2009-10-24 John McCallPreserve type source information in TypedefDecls. ...
2009-10-24 Douglas GregorFix overload resolution when calling a member template...
2009-10-24 Fariborz JahanianMake the local buffer overflow safe.
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.
next