]> granicus.if.org Git - clang/shortlog
clang
2008-09-27 Daniel DunbarSimplify generate code for exceptions:
2008-09-27 Daniel DunbarPrefer llvm::Function::addFnAttr(...) to F->addAttribut...
2008-09-27 Daniel DunbarSimplify code to emit the unified return block and...
2008-09-27 Daniel DunbarBug fix, make sure to initialize exception object ...
2008-09-27 Daniel DunbarEasy fix for nasty bug, exception data buffer had wrong...
2008-09-27 Zhongxing XuDelete trailing white space. It's over 80 columns.
2008-09-27 Daniel DunbarRemove automagic substitution of %llvmgcc
2008-09-27 Ted KremenekChange "leaks" to have the category "Performance".
2008-09-27 Daniel DunbarFix function-attributes test case to not rely on llvm...
2008-09-27 Daniel DunbarFix attributes test case to not run clang umpteen times.
2008-09-26 Ted KremenekInternally store the body of a BlockExpr using a Stmt...
2008-09-26 Ted KremenekForgot to check in header file with last commit.
2008-09-26 Ted KremenekUse a union instead of a bunch of magic casts to implem...
2008-09-26 Ted KremenekAdd more control-flow to test case.
2008-09-26 Ted KremenekAdd CFG support for implicit-control flow for VLA size...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Chris Lattnerclean up a bunch of fixme's I added, by moving
2008-09-26 Chris LattnerFix the rest of rdar://6243860 hopefully. This require...
2008-09-26 Chris Lattnerfit in 80 cols.
2008-09-26 Chris Lattneralphabetize files
2008-09-26 Ted KremenekDo not create CFGs for functions/methods using blocks...
2008-09-26 Chris Lattnertestcase for my previous patch.
2008-09-26 Chris Lattneremulate a bit of GCC path lookup weirdness: if a system
2008-09-26 Ted KremenekEnter a new scope for a @try block.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekMove VLA processing logic from LiveVariables to CFG...
2008-09-26 Steve NaroffTweak Expr::isModifiableLvalue() and Expr::isLvalue...
2008-09-26 Ted KremenekExamine VLA size expressions when computing liveness...
2008-09-26 Daniel DunbarChange Radar reproducibility to "Always".
2008-09-26 Daniel DunbarParser support for prefix __attribute__ on @protocol.
2008-09-26 Daniel DunbarSema support for format and noreturn attributes on...
2008-09-26 Daniel DunbarAdd support for CFString in format attribute.
2008-09-26 Daniel DunbarAdd # of block pointer types to -print-stats.
2008-09-26 Daniel DunbarMake clang preprocessed output a bit more like gcc...
2008-09-26 Daniel DunbarUpdate clang to pretend to be gcc-4.2.
2008-09-26 Daniel DunbarComment fix.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekHave @finally introduce a new scope.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Ted KremenekEmulate gcc driver-driver functionality: run analyzer...
2008-09-25 Daniel DunbarDisable report crashes link for the time being.
2008-09-25 Ted KremenekUpdate Xcode project.
2008-09-25 Ted KremenekAdded prototype implementation of the DeclGroup, DeclGr...
2008-09-25 Daniel DunbarAdd link to report analyzer failures (parse errors...
2008-09-25 Daniel DunbarUpdate scan-build to add markers about crashes.
2008-09-25 Ted KremenekInclude clang preprocessed sources as well with "crashe...
2008-09-25 Ted KremenekUse .txt extension for info files.
2008-09-24 Steve NaroffDowngrade incompatible block pointer error to a warning...
2008-09-24 Steve NaroffFix a couple harmless warnings when compiling optimized...
2008-09-24 Steve NaroffFix <rdar://problem/6243788> clang: Incorrect return...
2008-09-24 Daniel DunbarAdd more testing of Obj-C property synthesis.
2008-09-24 Daniel DunbarAdd scan-view '--allow-all-hosts' option, by default...
2008-09-24 Ted KremenekUpdate checker build.
2008-09-24 Steve NaroffFix some const-ness to keep the VisualStudio C++ compil...
2008-09-24 Steve NaroffExtend ASTContext::getTypeInfo() and ASTContext::getObj...
2008-09-24 Ted KremenekUpdated test case.
2008-09-24 Daniel DunbarImplement Obj-C synthesized setters for copy / retain.
2008-09-24 Daniel DunbarImplement Obj-C getter synthesis for copy and retain.
2008-09-24 Daniel DunbarRefactor some CodeGen functionality:
2008-09-24 Daniel DunbarAdd Obj-C runtime methods to get runtime specific funct...
2008-09-24 Devang PatelAdjust whitespaces.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-23 Ted KremenekFor generated index.html, look for "scan-view.css"...
2008-09-23 Daniel DunbarImplement type checking of Objective-C property attributes.
2008-09-23 Steve NaroffFix <rdar://problem/6240065> clang: __BLOCKS__ should...
2008-09-23 Steve NaroffRewriteBlocks::RewriteBlockPointerDecl(): Handle Typede...
2008-09-23 Steve NaroffTeach block rewriter to replace '^' with '*' in VarDecls.
2008-09-23 Ted KremenekAdded test case.
2008-09-23 Ted KremenekFix PR 2819: Compute dataflow values for all CFG blocks...
2008-09-23 Daniel DunbarAdd x86_64 Linux target.
2008-09-23 Ted KremenekUpdated checker build.
2008-09-22 Daniel DunbarBug fix, result of isIntegerConstantExpr could be of...
2008-09-22 Daniel Dunbarscan-view: Add header and "report bug" links to report...
2008-09-22 Daniel Dunbarscan-view: Add links to open files using default file...
2008-09-22 Ted KremenekYank out special CSS for button rendering (not very...
2008-09-22 Daniel Dunbarscan-view: Update for "button" class change, drop magic...
2008-09-22 Ted KremenekReintegrate Daniel's changes.
2008-09-22 Ted KremenekRemoved scan-view's version of scanview.css.
2008-09-22 Ted KremenekAdd "SUMMARYENDHEAD" tag.
2008-09-22 Ted KremenekDon't embed CSS inside scan-build script; use external...
2008-09-22 Ted KremenekDon't emit link to source file.
2008-09-22 Ted KremenekMake "View Report" just a normal link again.
2008-09-22 Ted KremenekDon't print out the path length.
2008-09-22 Ted KremenekOutput "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags...
2008-09-22 Nuno Lopesnot executable
2008-09-22 Steve NaroffRemove unused slot/reference and update Sema::ActOnIden...
2008-09-22 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2816.
2008-09-22 Ted KremenekUse scan-view to view reports. Opening index.html...
2008-09-22 Ted KremenekUpdated checker build
2008-09-22 Daniel Dunbarscan-view: Add links from bug reporting forms to report...
2008-09-22 Daniel Dunbarscan-view: Search for available port if default is...
2008-09-22 Daniel Dunbarscan-view: Store bug reporter defaults in ~/.scanview.cfg
2008-09-22 Daniel Dunbarscan-view tweak
2008-09-22 Daniel Dunbarscan-view tweaks
2008-09-22 Ted KremenekPatch from Richard Godbee:
2008-09-22 Daniel DunbarImprove scan-view report bug (submitted) interface.
2008-09-22 Daniel DunbarImprove scan-view report bug interface.
2008-09-21 Daniel Dunbarscan-view tweaks:
2008-09-21 Daniel Dunbarscan-view tweaks:
next