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 |
2008-04-20 |
Ted Kremenek | html::EscapeText (using the Rewriter) now replaces... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | implement a fixme, add support for ++/-- on long double. |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Chris Lattner | use simplified ConstantFP:get method. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | replace form feeds with an <hr> tag. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | simplify the return of InitializePreprocessor to be... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Chris Lattner | simplify ownership of the predefines buffer. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Ted Kremenek | Gracefully handle when the receiver of a message expres... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Ted Kremenek | Pass "-isysroot" option down to clang. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Ted Kremenek | Fix spelling/grammar in comment. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Ted Kremenek | Use Digest::MD5 (a Perl module that should come bundled... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Nate Begeman | Generate code for annotation attributes. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | Add support to module codegen for adding and emitting... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | Ignore qualifiers when attempting to match arguments... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | OCUVector -> ExtVector, shorthand for extended vector... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Another bug fix in emitting warnings without a path... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nuno Lopes | fix __attribute__(format) for struct function pointer... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Steve Naroff | Remove bogus cast (<rdar://problem/5874848> clang objc... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Reenable using the PathDiagnosticClient for BugReports... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Use 'clang' binary in the same dir as scan-build; if... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Steve Naroff | Implement FIXME discoved by <rdar://problem/5874876... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Turn on CF reference count checker. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Steve Naroff | Fix <rdar://problem/5874697> Rewriter: method arguments... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Generalize caching mechanism for bugs reports. Now... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Fixed more caching bugs related to the one fixed in... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Fixed elusive caching bug that led to false positives. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Added "GetErrorNodes()" to BugType so that -trim-egraph... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Added "EvalAssume" virtual method to GRTransferFuncs... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | Tabs -> spaces |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Spelling fix. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Fixed bug in GREndPathNodeBuilder: only return a node... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | scan-build now fixes permissions of report files and... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Compute a digest of each report file, and nuke reports... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | Initialize default double width and alignment |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Nate Begeman | Allow targets to override double size, alignment, and... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Restore macro expansion for HTMLPrint by using the... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Provide a version of html::HighlightMacros that takes... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | More grammar fixes. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Fix plurality debacle. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Fixed range highlighting bug in HTML diagnostics. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Added path diagnostics for reference counts. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Chris Lattner | Make tab insertion really right: the number of spaces... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Several Expr subclasses did not mark "getSourceRange... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | BugReport::VisitNode now takes BugReporter& instead... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Use HTML5 doctype when generating HTML. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Added null check. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Updated CSS colors. Patch by Cedric Venet! |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Added test cases to test for reference count leaks. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Ted Kremenek | Simplified internal logic of BugReporter, consolidating... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Fariborz Jahanian | Fixed a bug in categories and properties. |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Fariborz Jahanian | Initial work for property implementation declarations. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Steve Naroff | Update VC++ project files. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Modified BugReport::getEndPath() to handle the case... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Hook up reporting reference count memory leaks to the... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Chris Lattner | Fix a problem noticed by Nuno, where we wouldn't escape... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | class Preprocessor: Now owns the "predefines" char... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Chris Lattner | Handle text escaping (e.g. & -> &) last, to avoid... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Generate the Preprocessor using a local PreprocessorFac... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Chris Lattner | don't give macros a background |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Chris Lattner | Make sure popup is on top over other spans. wrap long... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Added "PreprocessorFactory", an interface for lazily... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Add support in HTML macro expansion for hovering over... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Temporarily disable macro expansion in the HTML output... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | HAve HTMLDiagnostics use html::HighlightRange to highli... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Fariborz Jahanian | Added property decl support for protocols. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Ted Kremenek | Added transfer function support for ReturnStmt to suppo... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nate Begeman | Allow redirecting text diagnostic printer output to... |
commit | commitdiff | tree | snapshot |
next |