2008-04-03 |
Ted Kremenek | Remove bogus check to prune out analyzing files. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | More reliably remove '\n' from queries of the location... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use full path to ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Nate Begeman | Teach clang how to codegen punpcklbw and punpcklwd |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Make typedefs public. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Better range highlight for undefined-argument checks. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When reporting "bad receiver" warnings, highlight the... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use "getRanges" in default implementation of "getEndPat... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Hooked up GRSimpleAPICheck and the simple Objective... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Mark nodes as sinks that GRAuditor says should be marke... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use logical line number for BUGLINE. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "getLogicalLineNumber" and "getLogicalColumnNumbe... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Remove handling of impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | trivial whitespace fix |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Handle the case when getEndPath() returns NULL. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Don't run the analyzer on files whose language is ... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added guard for printing out PathDiagnostics whose... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Some cleanups in EscapeText and AddLineNumbers. Still... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Remove impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "isFileID()" to FullSourceLoc. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | CSS/HTML generation tweaks for index.html: Remove speci... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix PR2081 (problems codegen'ing some recursive structu... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Created a destructor so that the top-level decls can... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Temporarily make the Decl virtual destructor public... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Add back bug name to PathDiagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix a bug where we didn't check the RHS for null, we... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | qualifier comparisons should be done on canonical types. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call delete on the deserialized TranslationUnit object. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call "delete" on the body of FunctionDecls. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When creating PathDiagnostics, created a trimmed graph... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added node_iterator to ExplodedGraph to allow iteration... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Updated Xcode project to include BugReporter.[cpp,h]. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Created new path-sensitive bug-reporting scheme based... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added missing #ifndef...#define...#endif directives... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | CSS tweaking on blue boxes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | 80 col violation |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added more PathDiagnostic rendering for terminators... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Blue diagnostic boxes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added path sequence numbers in HTML output of PathDiagn... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Fix initialization bug. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Made bug index tables sortable. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added "back()" method to PathDiagnostic to access the... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Initial work on CSS in generated index.html. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Steve Naroff | Change ObjCInterfaceDecl to inherit from NamedDecl... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Initial support for generating index.html file. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Put "BUGDESC" comment tag on its own line. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Shorted bug-description. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | simplify some code by using PointerLikeType. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | add a common base class "PointerLikeType" for PointerTy... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | properly handle array decay in objc message exprs. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | improve error to be something end users will actually... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added path-sensitive null dereference test case. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | More wording cleanups in --help text. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | More wording fixes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added error message for unrecognized options. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Wording cleanups. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Implemented "-k" support. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Do equality testing, not regex, when the build command... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Steve Naroff | Two changes to Sema::LookupDecl() interface. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Beginning of some cleanups; start generating path diagn... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Minor wording changes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Embed "DESC" tag in HTML reports. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added "description" field to PathDiagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | Various parts of the standard require something to... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | 1) Enforce C99 6.7.3p2: "Types other than pointer types... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | Add a citation. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | Fix several bugs in array -> pointer decomposition. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added initial hacked support for display path diagnosti... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Fix copy-paste error. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | remove blank line. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | print cvr qualifiers on simplified typedefs |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added special handling when the build command is "gcc... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | rename some variables, fix 80 col violation. No |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Sam Bishop | a bunch of random cleanups |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | Fix PR2017 and silence some bogus errors. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Steve Naroff | Fix a comment typo and add a couple suggestions from... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Steve Naroff | Fairly large "cleaup" related to changing ObjCCompatibl... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Ted Kremenek | Patch by Argiris Kirtzidis: Fix a dangling pointer... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Ted Kremenek | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Ted Kremenek | Added help text for scan-build. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Ted Kremenek | Initial checking of 'scan-build' script, a script used... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | Update to match simplified llvm MemoryBuffer interfaces... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | prune dead #includes |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Chris Lattner | MemoryBuffer::getFile got smarter, obviating the need... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Embed linkable IDs in message bubbles. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Chris Lattner | improve comma consistency, yes I'm anal |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Better handling for tabs with message bubbles. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | When emitting HTML messages, take into account margin... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Do not abort ccc-analyzer script if an HTML directory... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Do not prepend the keyword "[CHECKER]" to checker messa... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Steve Naroff | Hack ReadFileFast() to raise the threshold of memory... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Include ranges in GRSimpleVals diagnostics. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Inlined clang/Analysis/Analyses/GRSimpleVals.h into... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | The ccc-analyzer script now interrogates environment... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Added variation of the "Report" method in the class... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Disable timing diagnostics for GRSimpleVals. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Ted Kremenek | Added path-sensitive check for return statements that... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Chris Lattner | rename Decl::CompatibleAlias -> ObjCCompatibleAlias. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Chris Lattner | some cleanups on top of David's patch. There are still two |
commit | commitdiff | tree | snapshot |
next |