]> granicus.if.org Git - clang/shortlog
clang
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...
2008-09-12 Ted KremenekUpdated checker build.
2008-09-12 Douglas GregorGive string literals const element typesin C++, and...
2008-09-11 Daniel DunbarIterate on sema for :? in Objective-C:
2008-09-11 Argyrios KyrtzidisAdd comments about C++ clause 3.3.2p4 that mentions...
2008-09-11 Ted KremenekEcho stderr/stdout from clang subprocess to both the...
2008-09-11 Ted KremenekBug fix: <rdar://problem/6164367>
2008-09-11 Mon P WangAdded SSE41 pminsd, pmaxsd, roundps and a few others
2008-09-11 Ted KremenekCheck if the environment variable TERM is defined befor...
2008-09-11 Ted KremenekUpdate Xcode project.
2008-09-11 Steve NaroffFix <rdar://problem/6210791> clang ObjC rewriter: ...
2008-09-11 Douglas Gregorbool is not an extension in C++
2008-09-11 Anders CarlssonMake sure to store the exception in the catch parameter.
2008-09-11 Anders CarlssonMake sure to emit the catch parameter as well as the...
2008-09-11 Anders CarlssonFix stupid mistake I made in the exception handling...
2008-09-11 Argyrios KyrtzidisDo implicit conversion to bool for the condition in...
2008-09-11 Argyrios KyrtzidisFix do-while scoping in C++.
2008-09-11 Argyrios KyrtzidisAllow array-to-pointer conversion for rvalues.
2008-09-11 Argyrios KyrtzidisCXXConditionDeclExpr expression node is an lvalue.
2008-09-11 Argyrios KyrtzidisLangOptions.C99 should be false in C++.
2008-09-11 Argyrios KyrtzidisRevert r56078, getLang().C99 being true in C++ is a...
2008-09-11 Douglas GregorAdd support for expected-note to Clang's -verify option
next