2008-07-23 |
Ted Kremenek | Properly skip IBOutlets when checking for unused ivars. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Initialize instance variable DeclAccess in ctor for... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | When constructing an ObjCIvarDecl object in Sema, provi... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Updated comment for class ObjCIvarDecl: it turns out... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | don't depend on the result of CreateNeg to be a binop |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | Fix rdar://6094010 various asserts happening with wide... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | Fix a codegen crash on: |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Add prototype implementation of unused ivar check. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Argyrios Kyrtzidis | Fix compilation error on GCC 4.3.0 ('memcpy' was not... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Add note to check what __alignof__ a function type... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Anders Carlsson | Always define __SIZE_TYPE__ as long unsigned int. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Use llvm::utostr_32 instead of ostringstream. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Moved registration of basic path-sensitive checks from... |
commit | commitdiff | tree | snapshot |
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 |
next |