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 |
2008-03-30 |
Chris Lattner | Add initial support for objc codegen for methods, ivars... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Steve Naroff | Only have the rewriter produce a file when there are... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Steve Naroff | Make sure Sema::ActOnClassMessage() correctly diagnoses... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Ted Kremenek | Added skeleton checking for NSString's method initWithF... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Steve Naroff | Add some of Ted's recent work to the VC++ project file. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Steve Naroff | Collect all the preamble code and don't insert it until... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Expanded NSString checking to check for nil for a few... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Add line SourceLocation to NSString checks. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Hooked up initial NSString interface checking to GRSimp... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | ProgramPoint is just a smart pointer; no reason to... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Minor CSS tweaking (smaller h1 tags). |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | For HTMLDiagnostics, when emitting the name of the... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Update Xcode project: add BasicObjCFoundationChecks.h |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Add creation of BasicObjCFoundationChecks when running... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Add default ctor implementation. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Add html::EscapeText for std::string; use this function... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Don't emit any timings for GRSimple if the CFG is not... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Output directory as well as file name. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added <h3> tag in HTML file output that contains the... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added "GRAuditor" and "GRSimpleAPICheck" interface... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Updated Xcode project with HTMLDiagnostics.[h,cpp] |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added "HTMLDiagnostic", a generic DiagnosticClient... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | PathDiagnosticPiece no longer contains a vector of... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Fixed copy-paste error. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added PathDiagnostic.[h,cpp] to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | Added classes "PathDiagnosticPiece", "PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Ted Kremenek | In ObjCMessageExpr: getSelector() const should just... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Steve Naroff | Fix rewriter tests to work with new output file logic... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Ted Kremenek | Bug fix: use GetRVal instead of GetLVal (were getting... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Ted Kremenek | Added test case for static analysis to warn about passi... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Ted Kremenek | Added test case for static analyzer to detect uses... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Ted Kremenek | Bug fix in transfer function for ObjCMessageExpr: Visit... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Steve Naroff | Alloc redeclaration of typedefs within ExternCSystemHea... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Nuno Lopes | allow the format attribute to be specified in function... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | Added hacked version of ccc script used to invoke the... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Nate Begeman | Extend QualType::getAddressSpace to do the right thing... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Nate Begeman | Add missing files |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | GRSimple analysis now outputs additional diagnostic... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | Tweak to transfer function for ObjCMessageExpr: handle... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | Added logic to check for uninitialized values as the... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | Added initial transfer function support for ObjCMessage... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Ted Kremenek | Added "arg_iterators" to ObjCMessageExpr (for iterating... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Ted Kremenek | Minor CSS tweaking: use webkit style CSS properties... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Steve Naroff | Add a couple files to VC++ project and cleanup an ... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Andrew Lenharth | debian amd64 testing |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Andrew Lenharth | debian ia32 testing |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Chris Lattner | Avoid overflowing buffer, patch by Algeris Kirtzidis! |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Sam Bishop | The newest version of valgrind, 3.3.0, no longer append... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Ted Kremenek | Changed merge operation for uninitialized values analys... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Chris Lattner | Teach the rewriter how to respect the -o option. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Chris Lattner | fix this test. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ted Kremenek | Rename "Nodify" to "MakeNode" |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Sam Bishop | Only invoke the preprocessor; it's the only thing being... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Sam Bishop | Plug a memory leak in the "this macro expands into... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Sam Bishop | Use the -E option when invoking clang. Only the prepro... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Gabor Greif | Add ability to run clang tests under valgrind. Patch... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Ted Kremenek | LiveVariables analysis now uses intersect for the merge... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Gabor Greif | Use make's -C option to enter directories. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Gabor Greif | reduce chattyness of makefiles |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Gabor Greif | scan testdirs only once, patch by Mike Stump, thanks! |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Ted Kremenek | Added HTML highlighting for ranges. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Steve Naroff | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2161. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Ted Kremenek | Change colors of HTML message bubble. |
commit | commitdiff | tree | snapshot |
next |