2008-05-06 |
Ted Kremenek | Use strncmp correctly. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Make string comparison legible and remove buffer overru... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | String comparison cleanups. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Fix logic error in string processing. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Remove assertion. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Use EvalSummary to process message expressions, thereby... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Fixed subtle bug in the an GRAuditor object could mark... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added receiver effects to EvalSummary. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Expand summaries to include "Receiver" effects. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | simplify some builder calls. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | remove a stray printout |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added initialization code to generate initial set of... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Ted Kremenek | Added code to generate initial set of summaries for... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Steve Naroff | Several fixes to SemaInit.cpp. It's still not enabled... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Add summary generation for "initXXX" methods. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Make CF retain diagnostics more succinct. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Emit dead store warnings for ++ and -- operators. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix rdar://5905347 a crash on invalid builtin, due... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Initial work on refactoring the CFRefCount checker... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Add support for -Wimplicit-function-declaration, rdar... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix typo, improve comment. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a few more bugs in preprocessor expressions w.r... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Fariborz Jahanian | percolate @optional/@required protocols down to ASTs for |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Improve leak diagnostics to not report a leak on the... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Improved leak diagnostics. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | Minor refactorings/cleanups in CF retain checker and... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Ted Kremenek | When reporting branch conditions that evaluate to an... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a bug from when this was a pointer instead of vector. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Neil pointed out that clang doesn't generate ranges... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | fix a bug handling right associative operators that... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | Fix PR2281: these two warnings should be promoted to... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | ||/&& do not do UAC's either. This silences a bogus... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | Neil points out that commas don't do UACs either. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | Fix the rest of PR2279: |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | Fix PR2279 part C: shifts don't perform the UACs, thank... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | use simplified API for making fp constants. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | fix a nasty bug that Neil identifier in pp-expr parsing... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | Simplify FunctionDecl::AddRedeclaration a bit by using... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | if a decl is both 'static' and weak or static and inlin... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | add testcase for pr2050 which is now fixed. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | improve array type comments. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | add a testcase |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Remove debugging statement. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Rename member variable. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Output better paths to display in bug reports and compu... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Fariborz Jahanian | Another test case for properties in protocols. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Improved diagnostics for leaks: now we report which... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Fariborz Jahanian | This patch is about merging ObjC2's properties declared... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Fixed bug in ObjCIVarExpr: the child iterator now itera... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | When running the reference count checker twice (GC... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Bug fix in StmtPrinter to handle pretty-printing ObjCMe... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | testcase cleanup |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Static analysis test case for noreturn on exceptions. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Really noreturn on exceptions. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ted Kremenek | Lexicographically order enum declarations in AttributeL... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Fix copy-paste bug. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Remove no longer valid assertion. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added line number diagnostics to indicate the allocatio... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Do not highlight bogus ranges for leaks. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Steve Naroff | Replace Sema::CheckInitializerListTypes() with a helper... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Argyrios Kyrtzidis | Convert CRLF to LF. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Correctly invalidate reference count state when passing... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Add missing "-" that prefix arguments to forward to... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Argyrios Kyrtzidis | Implicitly defined functions were getting the DeclConte... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added temporary fix for Obj-C exception handling in... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added default ctor to Selector. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Renamed static method. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Fariborz Jahanian | Patch to match and issue diagnostics on property type... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added __assert_rtn to list of panic functions. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Use pointer swizziling to unify in ObjCMessageExpr... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added ziperr as a panic function. Eventually inter... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added comments to ObjCMessageExpr. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | When processing "release", "retain", and "autorelease... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Added support for "autorelease" message in CF ref.... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Steve Naroff | Extend InitListExpr API/IMPL to support arbitrary add... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Fariborz Jahanian | More ObjC2 property semantics work. Work in progress. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | added preliminary diagnostics in scan-build results... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | scan-build: Disable distributed builds for xcodebuild |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | More cleanups with ObjCQualifiedIdType in the static... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Add placeholder code in the static analyzer for MemberE... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Add workaround for __builtin_offsetof in the static... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Provide SizeOfAlignTypeExpr workaround in the static... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Support implicit casts from pointers to references. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | When creating LVals for array entries, canonicalize... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Teach more of the static analyzer about ObjCQualifiedId... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Teach the static analysis engine about ObjCQualifiedIdType. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Add conjured symbols for decl initializations. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Handle lval::ArrayOffset and lval::FieldOffset in EvalN... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | Verify the whole module after codegen to catch silly... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | fix 'var unused' warning. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Added test case for the static analyzer. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Ted Kremenek | Invalidate old subexpression bindings when binding... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Simplify RemoveDeadBindings. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Added test case to test null dereference checking with... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Add lval::ArrayOffset, which represent the locations... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Fariborz Jahanian | Default visbility for instance variables is protected. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Added lval::FieldOffset, which represents symbolic... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Major rewrite/refactoring of static analysis engine... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Pass fobjc-gc-only and fobjc-gc options down to clang. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Update typestate logic to support GC-mode. |
commit | commitdiff | tree | snapshot |
next |