]> granicus.if.org Git - clang/shortlog
clang
2007-08-28 Ted KremenekAdded support for indirect-gotos (GCC extension) in...
2007-08-28 Steve NaroffMove the "invalid decl" idiom up to Decl (where we...
2007-08-28 Chris LattnerEmit a slightly better warning for unused values for...
2007-08-28 Chris Lattneradd a sourcelocation to binary operator to keep track...
2007-08-28 Ted KremenekAdded support for GCC-style statement expressions in...
2007-08-28 Chris LattnerChange EnumDecl to store its corresponding integer...
2007-08-28 Ted KremenekAdded support for comma expressions and DeclStmts which...
2007-08-28 Ted KremenekFixed return-of-stack-address checker to correctly...
2007-08-28 Chris Lattnerextwarn about VLAs in C89 mode.
2007-08-28 Chris Lattnerc++'0x has long long also.
2007-08-28 Chris Lattnerwarn about long long when in c89 mode.
2007-08-28 Steve NaroffTweak declaration...
2007-08-28 Chris Lattnernew testcase
2007-08-28 Ted KremenekRemoved special-casing in CFG construction for ParenExprs.
2007-08-28 Chris Lattnerfix 80 col violation
2007-08-28 Chris Lattnercompute the required destination type for an enum,...
2007-08-28 Chris Lattnerremove dead method.
2007-08-28 Chris Lattneradd a diagnostic:
2007-08-28 Chris Lattnermove a todo
2007-08-28 Chris Lattnernow that all the infrastructure is in place, enforce...
2007-08-28 Chris LattnerIf the condition of a for statement is promoted, make...
2007-08-28 Steve NaroffImplement more thoughful error recovery when dealing...
2007-08-27 Ted KremenekAdded support for short-circuit '&&' and '||' operators...
2007-08-27 Steve NaroffSome minor aesthetic changes to the control flow.
2007-08-27 Steve NaroffFix remaining bugs with complex/float promotions.
2007-08-27 Ted KremenekImplemented support for ternary "?" operators in source...
2007-08-27 Chris LattnerFix a few enum-related fixme's
2007-08-27 Ted KremenekFixed bug in child_begin/child_end for CallExpr where...
2007-08-27 Ted KremenekFixed bug in child_begin/child_end for ReturnStmt where...
2007-08-27 Ted KremenekChanges to CFGBuilder:
2007-08-27 Chris Lattnerconstify some stuff
2007-08-27 Chris Lattnerteach codegen to lay out enum types.
2007-08-27 Chris Lattnerimplement sizeof(enum x), patch inspired by Keith Bauer.
2007-08-27 Chris Lattnerbetter error recovery for non-i-c-e enum constants.
2007-08-27 Chris LattnerC++ allows empty enum list.
2007-08-27 Chris Lattneradd some accessors.
2007-08-27 Chris LattnerAdd enum type conversion policies, patch by Keith Bauer
2007-08-27 Ted KremenekUpdated checker for "return of address of stack variabl...
2007-08-27 Chris Lattneradd some more testcases now that sema is happier :)
2007-08-27 Steve NaroffReplaced ASTContext::maxFloatingType() with ASTContext...
2007-08-27 Chris Lattnertestcase that doesn't work quite yet
2007-08-27 Chris Lattnerextwarn about decls intermixed with code in c89 mode.
2007-08-27 Steve NaroffAdd Type::getAsBuiltinType() and Type::builtinTypesAreC...
2007-08-27 Steve NaroffTweak a comment and assert.
2007-08-27 Steve NaroffReplaced ASTContext::maxComplexType() with ASTContext...
2007-08-27 Chris Lattnerimplement a fixme: __extension__ marker on decls in...
2007-08-26 Chris Lattnermove EmitAggregateCopy into AggExprEmitter
2007-08-26 Chris LattnerFix test/Parser/if-scope-*.c. Patch by Neil Booth!
2007-08-26 Chris Lattnerremove dead code
2007-08-26 Chris Lattnerremove dead protos
2007-08-26 Chris Lattnereliminate EmitAnyExpr, inlining it and simplifying...
2007-08-26 Chris Lattnereliminate use of EmitAnyExpr.
2007-08-26 Chris Lattnerimplement a fixme
2007-08-26 Chris Lattnernew testcases
2007-08-26 Chris LattnerImplement compound assignment operators whose LHS is...
2007-08-26 Chris Lattnerimplement codegen of compound assignment operators...
2007-08-26 Chris LattnerIf a visitor doesn't define VisitBinMulAssign, fallback...
2007-08-26 Chris Lattnercompound assignment operators are of type CompoundAssig...
2007-08-26 Chris Lattnerdispatch to functions like VisitBinRemAssign with...
2007-08-26 Chris Lattnerupdate fixme's
2007-08-26 Chris Lattnerimplement complex division
2007-08-26 Chris LattnerAdd isysroot support, patch by Keith Bauer
2007-08-26 Chris LattnerFix %p format checking, patch by Keith Bauer.
2007-08-26 Chris LattnerFor warnings like this:
2007-08-26 Chris LattnerFix a bug reported by Keith Bauer
2007-08-26 Chris Lattnerfix a typo noticed by Gordon Henriksen
2007-08-26 Chris Lattnerllvmgcc is right :)
2007-08-26 Chris Lattnercompound assignmetns work for scalars.
2007-08-26 Chris Lattnerimplement conversions of complex to bool.
2007-08-26 Chris Lattnerremove ConvertScalarValueToBool.
2007-08-26 Chris Lattnerreimplement ConvertScalarValueToBool in CGExprScalar.cpp
2007-08-26 Chris Lattnerrefactor some code to expose compex->scalar conversion...
2007-08-26 Chris Lattnerbe slightly more volatile correct
2007-08-26 Steve NaroffFix bogus warnings (noticed by Chris) with array-constr...
2007-08-26 Chris Lattnerthese fixme's are easy :)
2007-08-26 Chris Lattnerimplement a fixme, add a couple more :)
2007-08-26 Chris Lattnerthere are no conversions from aggregates to scalars.
2007-08-26 Chris Lattnerimplement conversions from complex to scalar types.
2007-08-26 Chris LattnerOmit EmitConversion
2007-08-26 Chris LattnerFix return of aggregate and return of complex.
2007-08-26 Chris Lattnerthese implicit conversions are now explicit :)
2007-08-26 Chris Lattnerremove uses of EmitConversion
2007-08-26 Chris Lattnerimplicit casts take care of this code, remove it now.
2007-08-26 Chris Lattnerrefactor scalar conversions out into CGExprScalar.cpp
2007-08-26 Chris Lattnersteve's recent changes fixed this bogus warning.
2007-08-26 Chris LattnerBreak the assumption that any sort of scope (e.g. a...
2007-08-26 Chris Lattnerremove some dead enum values.
2007-08-26 Chris LattnerImplement casts from scalar -> complex and complex...
2007-08-26 Chris Lattnerrequire that operands to __real/__imag are complex...
2007-08-26 Chris Lattnerimplement codegen of __imag of a scalar. Our impl...
2007-08-26 Chris LattnerMake initialization of complex vars work.
2007-08-26 Chris Lattnerfix codegen of pre/post inc/dec of a pointer.
2007-08-26 Chris Lattnertolerate unimplemented codegen better
2007-08-26 Chris Lattnerint X[] isn't a VLA. This improves support for stdio...
2007-08-26 Neil BoothMake some diags EXTENSION so they are errors with pedan...
2007-08-26 Chris Lattnerimplement rudimentary union layout support.
2007-08-26 Chris LattnerWhy didn't gcc catch this? :(
2007-08-26 Chris LattnerDon't make unknown builtins fatal errors yet.
2007-08-26 Chris Lattnerremove a bunch of dead code
2007-08-26 Chris Lattnerfix a bug introduced by the recent childification of...
next