2008-07-22 |
Ted Kremenek | Rename file. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Prevent codegen crash on sizeof(<function type>), a... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Add svn:ignore for cscope.{out,files} in top level... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Added path-sensitive checking for null pointer values... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Implement bzero, memset, memmove builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Implement nans, prefetch, and trap builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | minor cleanup to the actions interface to pass around... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Add test case for nonnull attribute. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Added sema support for the nonnull attribute. Will... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Kill an unused variable warning |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | unindent this function by using an early exit, not... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | move two more lists of protocols over to use ObjCList... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Add svn:ignore property for test Output directories |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Add __builtin_powi[fl] support |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Fix a test RUN line to not generate '=-' in test directory |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | add forward definition protocols to the protocol list... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | references to completely undeclared protocols should... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Steve Naroff | RewriteObjC::RewriteObjCForCollectionStmt() needs to... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | introduce a new ObjCList templated class and start... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | rename setReferencedProtocolList -> addReferencedProtoc... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Implement ffs, parity, and popcount builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Argyrios Kyrtzidis | Change 'MDecl' to 'MD' to fix redefinition compiler... |
commit | commitdiff | tree | snapshot |
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 |
next |