]> granicus.if.org Git - clang/shortlog
clang
2007-09-04 Fariborz JahanianPatch to parse objective-c's @compatibility_alias direc...
2007-09-04 Hartmut KaiserSet eol and mime type properties for VC8 build files
2007-09-04 Hartmut KaiserUpdated VC8 project files.
2007-09-04 Ted KremenekUpdated calls to CreateGEP to new interface in LLVM...
2007-09-04 Chris Lattnerdisable this for now.
2007-09-04 Steve NaroffMake sure initializer type promotions get propagated.
2007-09-04 Chris Lattnerupdates (?) to the vc++ files, patch by Hartmut Kaiser
2007-09-04 Chris Lattnersilence VC++ warnings, patch by Hartmut Kaiser
2007-09-04 Chris LattnerSilence VC++ warnings, patch by Hartmut Kaiser
2007-09-04 Chris Lattnereliminate some VC++ warnings, patch contributed by...
2007-09-04 Chris Lattneradd a VC++ solution file, contributed by Hartmut Kaiser
2007-09-04 Steve NaroffMore fun with initializers!
2007-09-03 Chris LattnerVC++ doesn't define S_ISDIR
2007-09-03 Chris LattnerAdd a method required by the VC++ STL, patch by Hartmut...
2007-09-03 Chris LattnerAdd #include required on win32.
2007-09-03 Chris LattnerEliminate some VC++ warnings, patch by Hartmut Kaiser!
2007-09-03 Chris LattnerAdd #ifdefs to make the source portable to windows...
2007-09-03 Chris Lattnerinitial checkin of vc++ project files, contributed by
2007-09-03 Steve NaroffFinish getting "array-init.c" to work properly.
2007-09-02 Steve NaroffMore progress on array initializers.
2007-09-02 Steve NaroffMore semantic analysis of initializers.
2007-09-02 Steve NaroffStart implementing semantic analysis for C initializers.
2007-09-01 Steve NaroffFinish converting SwitchStmt AST to source ranges.
2007-09-01 Fariborz JahanianPatch to parse @implementation prologue, method definit...
2007-08-31 Steve NaroffConvert more statments over to SourceRanges...
2007-08-31 Steve NaroffMove SourceRange protocol from Expr->Stmt.
2007-08-31 Chris Lattneradd stmtexpr support for aggregates
2007-08-31 Chris Lattneradd support for complex stmtexpr's
2007-08-31 Chris LattnerGeneralize RValue to handle complex better, generalize...
2007-08-31 Ted KremenekFixed missing '(' and ')' characters in (CFG) pretty...
2007-08-31 Ted KremenekAdded better pretty printing in CFGs for __builtin_choo...
2007-08-31 Ted KremenekFurther cleanups in CFG printing for comma expressions...
2007-08-31 Chris Lattnerimplement code generation for scalar stmt expressions.
2007-08-31 Chris LattnerFix a bug/missing-feature Ted noticed: the 'unused...
2007-08-31 Ted KremenekCleanups for printing the terminators of CFGBlocks...
2007-08-31 Chris Lattnerdiagnose extended uses of offsetof
2007-08-31 Chris Lattnernew diag
2007-08-31 Ted KremenekAdded "PrinterHelper" interface (include/AST/PrinterHel...
2007-08-31 Ted KremenekAdded #ifndef/#endif statements to protect the header...
2007-08-31 Steve NaroffRemoved Sema::VerifyConstantArrayType(). With the new...
2007-08-31 Ted KremenekAdded support for __builtin_choose_expr (ChooseExpr...
2007-08-31 Fariborz JahanianAuthor: F. Jahanian
2007-08-31 Chris Lattnerdon't turn semantic errors into parse errors.
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...
next