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 |
2008-04-29 |
Ted Kremenek | Implement semantics of CFMakeCollectable for the CF... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Provide the option to run the CF-retain checker in... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Convert CFLF to LF. CRLF was causing this test to... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ted Kremenek | Add -fobjc-gc and -fobjc-gc-only options to the driver. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ted Kremenek | Bug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAlloca... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Argyrios Kyrtzidis | Call ExitScope before ActOnFinishNamespaceDef. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Argyrios Kyrtzidis | Parsing of namespaces: |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Argyrios Kyrtzidis | Use PushOnScopeChains to introduce a decl into scope. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Argyrios Kyrtzidis | Make assertions for all addresses passed to ProgramPoin... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Pass down more -iXXX options that clang supports |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | fix broken tag |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Another link fix. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Fix links. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Fix bug in BugReporter where we didn't handle emitting... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Added some notes about the LLVM "checker". This isn... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Chris Lattner | remove the 'unused static' diagnostic from codegen... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nuno Lopes | initial support for recognizing __transparent_union__... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Handle dereferences of function pointers (which return... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Don't abort on GetRVal when the LVal is a StringLiteralVal. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Don't emit empty strings for path diagnostics when... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ted Kremenek | Do a better job at computing dead symbols. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Add preliminary support for flagging leaks around when... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Better handling for directory names in HTML diagnostics... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | More boilerplate for handling specialized-transfer... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Fariborz Jahanian | Patch to diagnose inconsistancies between properties... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Added initial boilerplate in GRExprEngine to allow... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Added uninitialized-values (path-sensitive) test case... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Added test case for functionality fix in rdar://problem... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | CF reference count checker: handle variadic functions... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Have ValidateOutputConstraint return false instead... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | For case statements involving enums, BugReporter now... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | Fix minor regression in bug report generation. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | When building PathDiagnostics for bug reports, generate... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | Fixed: <rdar://problem/5881148> |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | TranslationUnit now owns IdentifierTable, TargetInfo... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | Remove false path where the default branch in a switch... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | fix a rewriter crash on zero length files. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ted Kremenek | Added panic function "assfail". |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Fariborz Jahanian | Patch to build AST for property implementation declarat... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | For default branches in switch statements with no defau... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Rewrote VisitDeclStmt to properly handle initializers... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Added lval type (and tracking) for StringLiterals. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Added "nonlval::LValAsInteger" to represent abstract... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | "This patch renames |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | PathDiagnosticClients now retain ownership of passed... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Argyrios Kyrtzidis | Use back() instead of end()-1 |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Added panic function "dtrace_assfail". |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Add VisitArraySubscriptExpr. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Hardcode "Assert" as a no-return function (panic). |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nate Begeman | Add some basic ARM asm constraints |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Added null dereference test involving arrays. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ted Kremenek | Added null-dereference check for ArraySubscriptExpr. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nate Begeman | Don't double-increment counter for -arch and -isysroot |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Fariborz Jahanian | Allow property in base class to be implemented in a |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Ted Kremenek | Added missing expected-warning. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Ted Kremenek | Added null dereference test case looking for null deref... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Ted Kremenek | Added support for detected bad dereferences involving... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Ted Kremenek | Remove unused "verbose" argument to compile(). Also... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Fariborz Jahanian | More semantics checks of properties. Property implement... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Fariborz Jahanian | Support for @dynamic AST build. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Ted Kremenek | Pass "-arch" down to clang. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | Fix pasto, thanks to Anders for pointing this out. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Fariborz Jahanian | Continuation of work on ObjC2's properties. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | add arm support |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Douglas Gregor | Clean up handling of function redeclarations |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Ted Kremenek | Fix improper dereference of end() iterator. Patch... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nate Begeman | Fix PR2236 |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Two improvements to initializer parsing: |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | for exponent-related errors, emit the diagnostic on... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | when emitting diagnostics about some character in a... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Nate Begeman | Only generate code for static functions and global... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | Restructure and simplify Sema::ObjCQualifiedIdTypesAreC... |
commit | commitdiff | tree | snapshot |
next |