2008-07-21 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | Switch initialization of the protocol list for an inter... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | when in the context of an @implementation, look for... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | don't pass in null as the Name for GenerateClassStructure, |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve diagnostics about problems with receivers to... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | continue cleaning up code, and disable sending a messag... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | simplify control flow a bit, reducing indentation.... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | tighten up some checks, don't allow sending a message... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | update diagnostic to include string |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve invalid member reference diagnostics to print... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | merge a bunch of code that is now common between qual... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | rename getProtocols -> getProtocol, as it only returns... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | use iterators instead of direct access to protocol... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve documentation of ObjCInterfaceType significantl... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | Fix a bunch of crashes that occur in (attempted) handli... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | right, the error is when the itf *doesn't* have the... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | use the simplified form of lookupInstanceVariable for... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve the diagnostic for an erroneous objc ivar reference |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | simplify a bunch of code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | rearrange some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve comments yet again, now I know what this does :) |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | minor rename, also, reject pointer to qualified id. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | Fix a crash that can happen when you have typedefs... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | simplify this predicate, only checking isObjCQualifiedI... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Chris Lattner | Add a space, ted apparently has philosophical problems... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Nuno Lopes | fix test |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Ted Kremenek | Patch by Kovarththanan Rajaratnam: |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Ted Kremenek | Patch by |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Ted Kremenek | Reimplement ccc-analyzer in a language I actually know... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Remove typo. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Quote invocation of clang in pipe to handle paths with... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Added test case. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | "currentHandler" is a nullary selector |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Fix caching bug. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Add panic support for NSAssertionHandler. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Daniel Dunbar | Prevent clang from emitting output when input has errors |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Add panic function. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Fix 80 col violation |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Fix regression by explicitly checking if we are negatin... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Improve path-sensitivity when using the logical not... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Renamed deterministic EvalBinOp to DetermEvalBinOpNN... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Created ValueStateSet class to manage the creation... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ted Kremenek | Remove dead method. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Mon P Wang | Add support shufpd |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Update signature of EvalAssume. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Provide static methods in BinaryOperator to determine... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Move GRTransferFunc* into ValueStateManager, and move... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Added headers |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Remove redundant logic. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Begin major changes to EvalXXX methods in GRTransferFun... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Daniel Dunbar | Fix for codegen crash on multibit bool bitfield initial... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | Moved RemoveDeadBindings logic for the contents of... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Ted Kremenek | We now build universal binaries of the checker. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Argyrios Kyrtzidis | Unify ctx_iterator/ctx_begin()/ctx_end() and iterator... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | RewriteObjC::SynthMessageExpr(): Fix super rewrite... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Argyrios Kyrtzidis | When in C++, make EnumConstant names hide tag names... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | Remove a FIXME from RewriteObjC::RewriteObjCSynchronize... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | RewriteObjC::Initialize(): add function decls used... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | Two fixes: |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | RewriteObjC::RewriteObjCTryStmt():Don't synthesize... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Steve Naroff | Teach RewriteObjC::RewriteObjCMethodDecl() to deal... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Argyrios Kyrtzidis | When checking for name collision between a tag and... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Argyrios Kyrtzidis | Add 'this' in the comments of Parser::ParseCastExpressi... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Ted Kremenek | Fix regression introduced by http://lists.cs.uiuc.edu... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Have scan-build control default analyses. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Fix transfer function logic in GRSimpleVals for integer... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Add -DIBOutlet=__attribute__((iboutlet)) to analyzer... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | For the MissingDealloc check, don't treat IBOutlet... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Make iboutlet diagnostic lowercase |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Use lowercase of attribute iboutlet to not conflict... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Added parsing/sema support for __attribute__ ((IBOutlet... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Added --status-bugs option to scan-build. By default... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Per Sam Bishop's excellent suggestion, use "system... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Quote file names to better handle paths with spaces. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Incremented latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Distinguish between dead stores and dead initializations. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | isRetain() and isRelease() now only returns true if... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | scan-build now propagates up the exit status of the... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Do not enable -warn-objc-missing-dealloc by default. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | scan-build now interrogates clang for a list of availab... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Support retain/release tracking for CoreGraphics (CGxxx... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Ted Kremenek | Update radar component to file static analyzer bugs... |
commit | commitdiff | tree | snapshot |
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 |
next |