2008-07-15 |
Ted Kremenek | Removed disclaimer about checker-36, which is old news. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Provide an "Analysis Scope" for Analyses so checks... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Re-enable missing -dealloc check. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Using new clang option to invoke the type-signature... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Break off declaration of Analysis enum into Analyses... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Refactor Dead Stores error reporting to use the simplif... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Nate Begeman | http://llvm.org/bugs/show_bug.cgi?id=2523 |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Added method "EmitBasicReport" to BugReporter to simpli... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Chris Lattner | remove CGObjCEtoile until it compiles. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Ted Kremenek | Fix minor mistake in clang checkout instructions. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Cedric Venet | test commit. Remove previously added line. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Cedric Venet | test commit. Add a blank line. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Argyrios Kyrtzidis | Use of NextToken() makes ParseIdentifierStatement unnec... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Argyrios Kyrtzidis | Convert CRLF -> LF line endings. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Cedric Venet | Added two new files to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Chris Lattner | expand casts to handle what isIntegerConstantExpr handles. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Chris Lattner | Add support for __builtin_type_compatible_p, enums... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Chris Lattner | start remembering diagnostics for various cases, add... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Updated latest checker build. This build includes... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Tidy up error message. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Add CSS for word wrapping of long message bubbles. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Provide a structure for passing down 'is evaluated... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Run by default: -check-objc-methodsigs |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Add new check: -check-objc-methodsigs. This check scans... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | simplify some code a bit. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | share code between sizeof(expr) and sizeof(type) |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | implement support for __extension__, make sure the... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | add a new getIntTypeSizeInBits method. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | rename "SInt" methods to "Int" in APValue. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | scan-build now also prints the HTML directory reports... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | make the new evaluator avoid conversions APValue<-... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Refactored auditor interface within GRExprEngine and... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | rearrange some code, no functionality changes. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Patch by Csaba Hruska and Peter Neumark: |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Refactored most of the "Store" piece of ValueState... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Remove unused class AnnotatedPath. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Move some environment methods from ValueState/ValueStat... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Add a new distcc status page, which is currently empty... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Add an accessor, patch by Csaba Hruska. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Argyrios Kyrtzidis | Simplify the parser a bit by looking at the next token... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Argyrios Kyrtzidis | Add Preprocessor::LookNext method, which implements... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | More information on filing bug reports. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | Remove getParentMap() from GRExprEngine. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | Add test case. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | Fix PR2519: correctly handle CFDictionaryCreate. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Ted Kremenek | Extend va_start checking to include __builtin_stdarg_start. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Chris Lattner | Codegen support for __builtin_stdarg_start |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Chris Lattner | Add parser support for __builtin_stdarg_start, PR2531 |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Ted Kremenek | Add Environment.cpp to the clangAnalysis Visual Studio... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Ted Kremenek | Initial work on splitting the ValueState into an Enviro... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Ted Kremenek | More info on filing static analysis bug reports. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nuno Lopes | revert my bogus attempt to fix the comment. sorry for... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | Fix small bug. The evaluator now works well enough... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | More constant expression work. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | Move out some methods. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | More work. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Seo Sanghyeon | Compilation fix |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | Port more of Eli's evaluator over. This makes the int... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | Commit beginnings of int evaluator. Currently not used. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Anders Carlsson | Add LValue setters for APValue |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | In a report-XXXXX.html, make the title include the... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Mark the "Bug Type" column as being initially sorted... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Output html should have 'class=' before "sorttable_nosort". |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Nuno Lopes | fix CheckForConstantInitializer() for Compound Literals |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Updated clients of ImmutableMap::SlimFind to use Immuta... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Nuno Lopes | add x86 EDI register alias |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Ted Kremenek | Do not emit a "missing -dealloc" warning if a class... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Cedric Venet | Add new file to VS projects. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nuno Lopes | move the linux predefined macro definition to the Targe... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nuno Lopes | predefine the macro linux when compiled on a linux... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nuno Lopes | llvm-ld doesnt support -O1, -O2, etc options, so dont... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Nuno Lopes | add gentoo stable gcc headers path so that all tests... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Seo Sanghyeon | Fix warnings |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Argyrios Kyrtzidis | Remove unused diagnostic. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Sanjiv Gupta | Fixed bugzilla bug# 2489. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Argyrios Kyrtzidis | '&&' commands together so that the test status reflects... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Seo Sanghyeon | Fix warnings |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Ted Kremenek | '&&' clang commands together so that the test status... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Update latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Use conjured symbols for variables whose values are... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Bill Wendling | Remove removed header. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Fix a bug in the dead stores checker reported in the... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Have ccc-analyzer skip any files with an unknown (or... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Chris Lattner | add c++ status to sidebar |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Skip the "-dealloc" check if a ObjC class contains... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Added an "ivar_empty" method to ObjCInterfaceDecl. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | For the -dealloc checker, check the LangOptions to... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Argyrios Kyrtzidis | -Added bool feature. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Argyrios Kyrtzidis | -Change slightly the link to cxx_status.html of the... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Have BugReporter::getCFG and BugReporter::getLiveVariab... |
commit | commitdiff | tree | snapshot |
next |