]> granicus.if.org Git - clang/shortlog
clang
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:
2008-09-21 Ted KremenekAdd webkit styles using Javascript (detect for AppleWebKit)
2008-09-21 Ted KremenekUnbreak using abs_path.
2008-09-21 Daniel Dunbarscan-view: Add more information to default bug descript...
2008-09-21 Ted KremenekChange casing of bug type.
2008-09-21 Daniel DunbarDon't add Bugzilla reporter (not yet implemented)
2008-09-21 Ted KremenekThe checks in BasicObjCFoundationChecks now have a...
2008-09-21 Ted KremenekThe "unused ivar" check now has a category: "Optimization"
2008-09-21 Ted KremenekBuilt-in checks now have a category: "Logic Errors"
2008-09-21 Ted KremenekAdded experimental "intelligent-sizing" of HTML message...
2008-09-21 Ted KremenekRemove debugging message.
2008-09-21 Ted KremenekUnbreak ccc-analyzer: getcwd is from package Cwd
2008-09-21 Ted KremenekPatch by Richard Godbee:
2008-09-21 Ted Kremenekscan-build now prints out bug categories.
2008-09-21 Ted KremenekAdd a bug category for NSError** checks.
2008-09-21 Ted KremenekHave ScanView.py generate a "<td></td>" pair in the...
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-20 Ted KremenekAdd "category" to BugTypes, allowing bugs to be grouped.
2008-09-20 Ted KremenekAdd PostStore, a new ProgramPoint to distinguish betwee...
2008-09-20 Daniel DunbarMake scan-view more robust / friendly when bug reportin...
2008-09-19 Daniel DunbarAdd initial implementation of scan-view
2008-09-19 Daniel DunbarAdd REPORTBUG marker to scan-build.
2008-09-19 Ted KremenekTest case for transfer function logic of const casts.
2008-09-19 Ted KremenekBug fix: for the base transfer function logic for casts...
2008-09-19 Ted KremenekUpdate checker build
2008-09-19 Ted KremenekFixed logic error in BasicConstraintManager pointed...
2008-09-19 Chris LattnerFix rdar://6222856: the receiver of a message expr...
2008-09-19 Ted KremenekWhen we have a binary expression 'int operator symbol...
2008-09-19 Zhongxing XuAdd an omitted case for AssumeSymInt.
2008-09-19 Ted KremenekUpdated checker build.
2008-09-19 Ted KremenekAdded test case for PR 2600: proper use of NSError**
2008-09-19 Ted KremenekAdd panic function "__assert_fail".
2008-09-18 Ted KremenekRegister the implicit null-dereferenced object as a...
2008-09-18 Ted KremenekImplement second part of PR 2600: NSError** parameter...
2008-09-18 Ted KremenekUpdate Xcode project.
2008-09-18 Ted KremenekAnalysis option -warn-objc-nserror-methods is no longer...
2008-09-18 Ted KremenekChange implementation of NSError** coding-style check...
2008-09-18 Steve NaroffFinish pushing blocks attribute through the clang attri...
2008-09-18 Steve NaroffAdd driver support for invoking block rewriter.
2008-09-18 Ted KremenekEnable '-warn-objc-nserror-methods' by default.
2008-09-18 Ted KremenekImplemented one of the checks requested in PR 2600:
2008-09-18 Ted KremenekAdded CFNumberCreate test case to illustrate a 32-bit...
2008-09-17 Ted KremenekAdd path-sensitivity test case.
2008-09-17 Daniel DunbarImprove x86 ABI compatibility.
2008-09-17 Daniel DunbarPrint current function on verification failures.
2008-09-17 Daniel DunbarDrop CodeGenTypes parameter to classifyArgumentType.
2008-09-17 Steve NaroffRemove BlockStmtExpr.
2008-09-17 Daniel DunbarAnother attempt to make test/Makefile return correct...
2008-09-17 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2760.
2008-09-17 Ted KremenekUpdated checker build.
2008-09-17 Zhongxing XuFix comment typo.
2008-09-17 Daniel DunbarAdd support for ABIArgInfo::Expand
2008-09-17 Steve NaroffAdd support for rewriting blocks...
2008-09-16 Daniel DunbarIgnore XFAIL tests when checking for make failure in...
2008-09-16 Ted KremenekFix copy-paste error in test case.
2008-09-16 Ted KremenekMinor pass-sensitivity improvement:
2008-09-16 Ted KremenekUpdate Xcode project.
2008-09-16 Steve NaroffRemove support for BlockExprExpr. For example...
2008-09-16 Steve NaroffSema::ActOnBlockReturnStmt(): Need to perform the Usual...
2008-09-16 Ted KremenekProgramPoint now takes the space of two pointers instea...
2008-09-16 Zhongxing XuFixed an offset calculation error.
2008-09-13 Ted KremenekPatch by Csaba Hruska!
2008-09-13 Ted KremenekUpdated checker build.
2008-09-12 Ted KremenekInclude links to stderr output of clang in the table...
2008-09-12 Daniel DunbarAdd ccc support for -e and -sectorder.
2008-09-12 Daniel DunbarRound out object size checking builtins (fprintf ones...
2008-09-12 Daniel DunbarAdd website links to testing coverage & specification...
2008-09-12 Ted KremenekAdd missing spaces in path diagnostics.
2008-09-12 Daniel DunbarTeach FindSpecRefs how to link to C++ spec.
2008-09-12 Daniel DunbarAdd --suppress-system-warnings (on by default, use...
next