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 |
2008-04-17 |
Argyrios Kyrtzidis | Use TranslationUnitDecl as DeclContext of builtin funct... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Argyrios Kyrtzidis | Addition of TranslationUnitDecl to the AST: |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Argyrios Kyrtzidis | Fix MSVC compiler error: "initialization of 'VD' is... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Chris Lattner | insert macro expansions into floating divs. For now... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | correctly hilight multi-line macro definitions and... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Make HighlightRange correctly handle multi-line ranges... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Handle ReturnStmts by dispatching to "EvalReturn" in... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | add a new HighlightRange API, it doesn't handle multili... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | CF ref. count checker: Register memory leaks at the... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Bug fix in GREndPathNodeBuilderImpl: Use the specified... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Fariborz Jahanian | New AST class for property implementation declarations. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Fariborz Jahanian | Fixed a comment. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Added CFGBlock::getTerminatorCondition() to get the... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Fariborz Jahanian | This patch adds support for declaraing properties in... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | reenable highlighting of (the first line of) comments |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | switch from relexing with the preprocessor to do syntax... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Add extra test cases to test "escaping" for the referen... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Small tweaks to EvalStore: pass an "RVal" instead of... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Update XCode project (added GRTransferFuncs.cpp). |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Add missing file. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Take first step to migrating handling of "stores" to... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | LiveVariables now updates the liveness state of block... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Added fixme. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Hook up HTMLDiagnostics to use Chris's new syntax highl... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | In ExplodedGraphImpl::Trim, prioritize for paths that... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Take a stab at highlighting #defines and #includes... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Syntax highlight keywords. I assume someone else will... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | split syntax highlighting of macros from keywords and... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Add a mode of hackily syntax highlighting comments... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Add -o support for -emit-html, make it not produce... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Remove "--html-test" driver option and its correspondin... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | Switch AddLineNumbers to hack on a rewritebuffer instea... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | In html::EscapeText, instead of going through the rewri... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Remove uses of "Selector&" and "const Selector&", since... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Update CF reference count checker test case to illustra... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Implemented toll-free bridging support for CF Reference... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | make a method public. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | switch AddLineNumber to use a SmallString instead of... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Chris Lattner | speed up -emit-html in a release build by 6.5% by avoid... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Ted Kremenek | Simplify some code. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added initial boilerplate to support toll-free bridging... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added some comments to GRExprEngine. Reorder some... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Revert my previous patch. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Remove dispatch to "VisitParmVarDecl". |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Change "VisitBlockVarDecl" to "VisitVarDecl". Uninitia... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Steve Naroff | Remove FileVarDecl and BlockVarDecl. They are replaced... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | For HTML diagnostics, output more information about... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added "summary table" to generated index.html page... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added test case illustrating the use of '&'. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Fix bug in terminator processing for uninitialized... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Argyrios Kyrtzidis | Fix a compiler error on MSVC (variable name 'E' clash). |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Chris Lattner | finish commenting RewriteRope |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Improve dead store diagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in VisitChildren: Only visit the last statement... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added initial support into the flow-sensitive dataflow... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in dead stores: don't always check the liveness... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | ++/-- makes a variable live since it is used; thus... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Handle "__private_extern__" storage class when printing... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in LiveVariables: Operators ++/-- may kill... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Chris Lattner | Fix a corner case that ted hit in -emit-html, rdar... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Fariborz Jahanian | New AST representation for each objc2's property declar... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Remove bogus token... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | simplify the implementation of the insert/split operati... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Rename a file and update the Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Rename RewriteTest->RewriteObjC. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | Add a bunch of comments, move RewriteRope::MakeRopeStri... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Use isFromMainFile instead of comparing FileIDs directly. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Fix regression in Diagnostic that caused it to not... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Use SourceManager::isFromMainFile() |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Convert over to new SourceManager::isFromMainFile(... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | HTMLDiagnostics now uses the new "getCanonicalID()... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added "getCanonicalID()", "isFromSameFile", and "isFrom... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | fix more uninit ivars, who wrote this junk? :) |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | Fix an assertion ted was hitting, due to an uninitializ... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Only increment the number of diagnostics when the Diagn... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added driver option "-checker-opt-analyze-headers"... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Don't flag dead stores that occur in macros. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Have BugReporter::EmitWarning use the PathDiagnosticCli... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | move a ton of code out of line, from RewriteRope.h... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Bug fix in dead-store checker when walking the Decls... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Treat calls to unresolved functions in the CF-ref count... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Updated test cases so that they do not emit warnings... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Hooked up the dead-store checker to the BugReporter... |
commit | commitdiff | tree | snapshot |
next |