]> granicus.if.org Git - clang/shortlog
clang
2007-08-31 Chris Lattnerfix some memory leaks when recovering.
2007-08-31 Anders CarlssonAdd InitListExpr class.
2007-08-31 Chris Lattneradd actions for deleting expr/stmt nodes.
2007-08-31 Chris LattnerImplement codegen support for lowering "library builtin...
2007-08-31 Chris Lattneradd the ability to get the llvm function corresponding...
2007-08-31 Chris Lattneradd some accessors for querying attributes of builtins...
2007-08-31 Steve NaroffSema::ParseCastExpr() missing call to UsualUnaryConvers...
2007-08-30 Steve NaroffFinal phase of array cleanup (for now), removing a...
2007-08-30 Ted KremenekMinor cleanups to pretty-printing for loops in CFGs.
2007-08-30 Ted KremenekFixed a bug in constructing CFG blocks for case stateme...
2007-08-30 Steve NaroffDiff is self small & self explanatory...
2007-08-30 Ted KremenekFixed bug in CFG construction where we failed to handle...
2007-08-30 Ted KremenekFixed bug in CFG construction involving use of labels...
2007-08-30 Steve NaroffFix a comment.
2007-08-30 Ted KremenekFixed bug where the CFG would fail to build when an...
2007-08-30 Steve NaroffPolish yesterday's Array/ConstantArray/VariableArray...
2007-08-30 Chris Lattnerimplement pretty printing of offsetof
2007-08-30 Chris Lattnera new testcase
2007-08-30 Chris Lattnerimplement initial sema support for __builtin_offsetof
2007-08-30 Chris LattnerPass the location of the type.
2007-08-30 Chris LattnerFix 80 col violations.
2007-08-30 Ted KremenekFixed bug for CaseStmt where the child_begin/child_end...
2007-08-30 Chris Lattnermake sure to parse postfix expression suffixes after...
2007-08-30 Chris Lattneradd an action callback for __builtin_offsetof
2007-08-30 Chris Lattner-C mode doesn't return comments on "#" lines, so the...
2007-08-30 Chris LattnerWhen relexing the file to find expected warnings/errors...
2007-08-30 Chris Lattnerfix a bug that is causing CodeGen/complex.c to be grumpy.
2007-08-30 Chris LattnerTeach the stmtdumper to dump location/range info when...
2007-08-30 Chris LattnerFix a regression on test/Sema/unused-expr.c by fixing...
2007-08-30 Chris Lattnerconstify a method.
2007-08-30 Steve NaroffFix the following redefinition errors submitted by...
2007-08-30 Chris LattnerPrevious commit should have been:
2007-08-30 Chris Lattnerelimiante some virtual calls.
2007-08-30 Chris LattnerAllow a SourceManager to optionally be passed into...
2007-08-29 Ted KremenekAdded comments about -dump-cfg and -view-cfg modes...
2007-08-29 Ted KremenekAdded an (optional) explicit "Label" statement to CFGBl...
2007-08-29 Chris Lattnercleanup context-sensitive objc keyword recognition...
2007-08-29 Neil BoothSpaces not tabs.
2007-08-29 Neil BoothEnsure we diagnose long long literals in C90 mode.
2007-08-29 Ted KremenekAdded GraphTraits to source-level CFGs (CFG and CFGBloc...
2007-08-29 Ted KremenekAdded checking (during parsing) of comparison of floati...
2007-08-29 Chris LattnerTeach Type::is[un]SignedIntegerType about enum decls...
2007-08-29 Chris LattnerImplement GCC-compatible layout and typing of enum...
2007-08-29 Chris Lattneradd some accessors
2007-08-29 Chris LattnerFix a null dereference Neil ran into
2007-08-29 Chris Lattnerremove some ugly code now that implicit defs are being...
2007-08-29 Steve NaroffRe-teach Expr::isNullPointerConstant() about ImplicitCa...
2007-08-28 Steve NaroffImplement default argument promotions (for old-style...
2007-08-28 Steve NaroffTeach Expr::isNullPointerConstant() about ImplicitCastE...
2007-08-28 Steve NaroffFinish converting decls over to the new invalid decl...
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
next