2008-09-21 |
Ted Kremenek | The checks in BasicObjCFoundationChecks now have a... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | The "unused ivar" check now has a category: "Optimization" |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Built-in checks now have a category: "Logic Errors" |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Added experimental "intelligent-sizing" of HTML message... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Remove debugging message. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Unbreak ccc-analyzer: getcwd is from package Cwd |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Patch by Richard Godbee: |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | scan-build now prints out bug categories. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Add a bug category for NSError** checks. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Ted Kremenek | Have ScanView.py generate a "<td></td>" pair in the... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Cedric Venet | Update VS projects. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Ted Kremenek | Add "category" to BugTypes, allowing bugs to be grouped. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Ted Kremenek | Add PostStore, a new ProgramPoint to distinguish betwee... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Daniel Dunbar | Make scan-view more robust / friendly when bug reportin... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Daniel Dunbar | Add initial implementation of scan-view |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Daniel Dunbar | Add REPORTBUG marker to scan-build. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Test case for transfer function logic of const casts. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Bug fix: for the base transfer function logic for casts... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Update checker build |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Fixed logic error in BasicConstraintManager pointed... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Chris Lattner | Fix rdar://6222856: the receiver of a message expr... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | When we have a binary expression 'int operator symbol... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Zhongxing Xu | Add an omitted case for AssumeSymInt. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Added test case for PR 2600: proper use of NSError** |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Ted Kremenek | Add panic function "__assert_fail". |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Register the implicit null-dereferenced object as a... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Implement second part of PR 2600: NSError** parameter... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Analysis option -warn-objc-nserror-methods is no longer... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Change implementation of NSError** coding-style check... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Steve Naroff | Finish pushing blocks attribute through the clang attri... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Steve Naroff | Add driver support for invoking block rewriter. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Enable '-warn-objc-nserror-methods' by default. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Implemented one of the checks requested in PR 2600: |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Added CFNumberCreate test case to illustrate a 32-bit... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Ted Kremenek | Add path-sensitivity test case. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Improve x86 ABI compatibility. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Print current function on verification failures. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Drop CodeGenTypes parameter to classifyArgumentType. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Remove BlockStmtExpr. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Another attempt to make test/Makefile return correct... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2760. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Zhongxing Xu | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Add support for ABIArgInfo::Expand |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Add support for rewriting blocks... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Daniel Dunbar | Ignore XFAIL tests when checking for make failure in... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Fix copy-paste error in test case. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Minor pass-sensitivity improvement: |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Steve Naroff | Remove support for BlockExprExpr. For example... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Steve Naroff | Sema::ActOnBlockReturnStmt(): Need to perform the Usual... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | ProgramPoint now takes the space of two pointers instea... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Zhongxing Xu | Fixed an offset calculation error. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Ted Kremenek | Patch by Csaba Hruska! |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Include links to stderr output of clang in the table... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add ccc support for -e and -sectorder. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Round out object size checking builtins (fprintf ones... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add website links to testing coverage & specification... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Add missing spaces in path diagnostics. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Teach FindSpecRefs how to link to C++ spec. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add --suppress-system-warnings (on by default, use... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Douglas Gregor | Give string literals const element typesin C++, and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Iterate on sema for :? in Objective-C: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Add comments about C++ clause 3.3.2p4 that mentions... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Echo stderr/stdout from clang subprocess to both the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Bug fix: <rdar://problem/6164367> |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Mon P Wang | Added SSE41 pminsd, pmaxsd, roundps and a few others |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Check if the environment variable TERM is defined befor... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Steve Naroff | Fix <rdar://problem/6210791> clang ObjC rewriter: ... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Douglas Gregor | bool is not an extension in C++ |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Make sure to store the exception in the catch parameter. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Make sure to emit the catch parameter as well as the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Fix stupid mistake I made in the exception handling... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Do implicit conversion to bool for the condition in... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Fix do-while scoping in C++. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Allow array-to-pointer conversion for rvalues. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | CXXConditionDeclExpr expression node is an lvalue. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | LangOptions.C99 should be false in C++. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Revert r56078, getLang().C99 being true in C++ is a... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Douglas Gregor | Add support for expected-note to Clang's -verify option |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Use ABIArgInfo for decisions about function arguments... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Fix two bugs exposed by array passing assert: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Add ObjCMethodDecl::getSourceRange. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Fold Parser::ParseTag into Parser::ParseEnumSpecifier... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Bug fix, apply default argument promotion in message... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Refactor common Obj-C message send checking code into |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | -getLang().C99 is true in C++ too, remove the use of... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | In the 'condition.cpp' test case, make sure that condit... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Add XFAIL test case for: |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Steve Naroff | More semantic analysis for blocks... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Steve Naroff | Sema::ActOnIdentifierExpr(): Lookup block arguments. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Add some C++-specific comments in the parsing methods... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Implement ABIArgType::Coerce support. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Add CodeGenTypes::GetFunctionType overload for getting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Move FunctionType conversion into CGCall.cpp: |
commit | commitdiff | tree | snapshot |
next |