1. 9f20c7c Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago
  2. e0d2bdc Rename file. by Ted Kremenek · 16 years ago
  3. fdb7acd Prevent codegen crash on sizeof(<function type>), a gcc extension. by Daniel Dunbar · 16 years ago
  4. fee1adb Add svn:ignore for cscope.{out,files} in top level clang dir by Daniel Dunbar · 16 years ago
  5. bbafa5b Added path-sensitive checking for null pointer values passed to function arguments marked nonnull. by Ted Kremenek · 16 years ago
  6. 3384433 Implement bzero, memset, memmove builtins. by Daniel Dunbar · 16 years ago
  7. 5b0de85 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 16 years ago
  8. e705e5e minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
  9. 178cee2 Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
  10. c0af254 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
  11. fea941b Kill an unused variable warning by Daniel Dunbar · 16 years ago
  12. a19b5ec unindent this function by using an early exit, not functionality change. by Chris Lattner · 16 years ago
  13. 0be0882 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  14. 5989d84 Add svn:ignore property for test Output directories by Daniel Dunbar · 16 years ago
  15. 29921c4 Add __builtin_powi[fl] support by Daniel Dunbar · 16 years ago
  16. 63f583b Fix a test RUN line to not generate '=-' in test directory by Daniel Dunbar · 16 years ago
  17. e22cf7c add forward definition protocols to the protocol list for a class. by Chris Lattner · 16 years ago
  18. 8779c63 references to completely undeclared protocols should be errors. by Chris Lattner · 16 years ago
  19. 5f238fe RewriteObjC::RewriteObjCForCollectionStmt() needs to handle bodies with a single statement. by Steve Naroff · 16 years ago
  20. 8bcb525 introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  21. 18efaf3 Update checker build. by Ted Kremenek · 16 years ago
  22. c72eaaf rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  23. 726f4d4 Implement ffs, parity, and popcount builtins. + test case by Daniel Dunbar · 16 years ago
  24. fc1ea13 Change 'MDecl' to 'MD' to fix redefinition compiler error in MSVC++. by Argiris Kirtzidis · 16 years ago
  25. 5100275 fix typo by Chris Lattner · 16 years ago
  26. 5cece46 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  27. 55a2433 when in the context of an @implementation, look for private methods in the by Chris Lattner · 16 years ago
  28. 4d01854 don't pass in null as the Name for GenerateClassStructure, by Chris Lattner · 16 years ago
  29. 3977eb7 improve diagnostics about problems with receivers to highlight the receiver. by Chris Lattner · 16 years ago
  30. f914765 continue cleaning up code, and disable sending a message directly to an by Chris Lattner · 16 years ago
  31. 4cff4b7 simplify control flow a bit, reducing indentation. No functionality change. by Chris Lattner · 16 years ago
  32. 50058c8 tighten up some checks, don't allow sending a message to NSString**** by Chris Lattner · 16 years ago
  33. 3780ac5 update diagnostic to include string by Chris Lattner · 16 years ago
  34. 7d5a876 improve invalid member reference diagnostics to print the type and by Chris Lattner · 16 years ago
  35. 00cb97b merge a bunch of code that is now common between qual interfaces and interfaces. by Chris Lattner · 16 years ago
  36. d5f8179 rename getProtocols -> getProtocol, as it only returns a single by Chris Lattner · 16 years ago
  37. a006ffc use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  38. f81d921 improve documentation of ObjCInterfaceType significantly. Also, by Chris Lattner · 16 years ago
  39. e9d7161 Fix a bunch of crashes that occur in (attempted) handling of objc properties. by Chris Lattner · 16 years ago
  40. eb3a8ad right, the error is when the itf *doesn't* have the member. by Chris Lattner · 16 years ago
  41. ed94f76 use the simplified form of lookupInstanceVariable for callers who by Chris Lattner · 16 years ago
  42. 52292be improve the diagnostic for an erroneous objc ivar reference from: by Chris Lattner · 16 years ago
  43. b2b9da7 simplify a bunch of code, no functionality change. by Chris Lattner · 16 years ago
  44. a57cf47 rearrange some code, no functionality change. by Chris Lattner · 16 years ago
  45. 5982918 improve comments yet again, now I know what this does :) by Chris Lattner · 16 years ago
  46. a66fc55 minor rename, also, reject pointer to qualified id. by Chris Lattner · 16 years ago
  47. 381081d Fix a crash that can happen when you have typedefs for pointers to by Chris Lattner · 16 years ago
  48. 2e966c4 improve comments. by Chris Lattner · 16 years ago
  49. 7888b6c simplify this predicate, only checking isObjCQualifiedIdType once. by Chris Lattner · 16 years ago
  50. b826154 Add a space, ted apparently has philosophical problems with spaces ;-) by Chris Lattner · 16 years ago
  51. fffdb25 fix test by Nuno Lopes · 16 years ago
  52. aeb298f Updated latest checker build. by Ted Kremenek · 16 years ago
  53. e80517b Patch by Kovarththanan Rajaratnam: by Ted Kremenek · 16 years ago
  54. 7988274 Patch by by Ted Kremenek · 16 years ago
  55. 2c67d1b Reimplement ccc-analyzer in a language I actually know, and implement some obvious optimizations when processing command line arguments. by Ted Kremenek · 16 years ago
  56. 7712478 Remove typo. by Ted Kremenek · 16 years ago
  57. d7892ff Quote invocation of clang in pipe to handle paths with spaces. by Ted Kremenek · 16 years ago
  58. 87ca664 Added test case. by Ted Kremenek · 16 years ago
  59. 810ea0f Update checker build. by Ted Kremenek · 16 years ago
  60. 1ebce74 "currentHandler" is a nullary selector by Ted Kremenek · 16 years ago
  61. 6fbecac Fix caching bug. by Ted Kremenek · 16 years ago
  62. f2717b0 Add panic support for NSAssertionHandler. by Ted Kremenek · 16 years ago
  63. 5f027ef Prevent clang from emitting output when input has errors by Daniel Dunbar · 16 years ago
  64. d277421 Add panic function. by Ted Kremenek · 16 years ago
  65. 43a281c Fix 80 col violation by Ted Kremenek · 16 years ago
  66. 99b4f43 Fix regression by explicitly checking if we are negating a SymIntConstantVal. by Ted Kremenek · 16 years ago
  67. 19c5407 Improve path-sensitivity when using the logical not operator. by Ted Kremenek · 16 years ago
  68. 589f881 Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is unfortunately needed because virtual methods with the same name can be hidden by subclasses. by Ted Kremenek · 16 years ago
  69. 9c4ce60 Created ValueStateSet class to manage the creation of multiple states by a method. by Ted Kremenek · 16 years ago
  70. 6984d55 Remove dead method. by Ted Kremenek · 16 years ago
  71. eae5613 Add support shufpd by Mon P Wang · 16 years ago
  72. 76d3166 Update signature of EvalAssume. by Ted Kremenek · 16 years ago
  73. 481f4bc Provide static methods in BinaryOperator to determine if an opcode is an equality opcode, a relational opcode, or a logical opcode. by Ted Kremenek · 16 years ago
  74. c746954 Move GRTransferFunc* into ValueStateManager, and move the assumption logic there as well. by Ted Kremenek · 16 years ago
  75. 5387a29 Added headers by Ted Kremenek · 16 years ago
  76. e4d3ffa Remove redundant logic. by Ted Kremenek · 16 years ago
  77. fa81dff Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of the methods only return an RVal; we want them to be able to create an arbitrary number of states. by Ted Kremenek · 16 years ago
  78. 3b9a77e Fix for codegen crash on multibit bool bitfield initialization by Daniel Dunbar · 16 years ago
  79. ee93012 Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual RemoveDeadBindings method in StoreManager. by Ted Kremenek · 16 years ago
  80. 9207e53 We now build universal binaries of the checker. by Ted Kremenek · 16 years ago
  81. 9480523 Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin(). by Argiris Kirtzidis · 16 years ago
  82. 2352861 RewriteObjC::SynthMessageExpr(): Fix super rewrite (a fairly recent regression). by Steve Naroff · 16 years ago
  83. 4f071ec When in C++, make EnumConstant names hide tag names in the same scope, instead of colliding with them. by Argiris Kirtzidis · 16 years ago
  84. 17919b5 Remove a FIXME from RewriteObjC::RewriteObjCSynchronizedStmt(). by Steve Naroff · 16 years ago
  85. cd25d78 RewriteObjC::Initialize(): add function decls used by @synchronized. by Steve Naroff · 16 years ago
  86. d335422 Two fixes: by Steve Naroff · 16 years ago
  87. 9d0ff35 RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are 0 catch clauses. by Steve Naroff · 16 years ago
  88. 91044cf Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function return types. by Steve Naroff · 16 years ago
  89. 5beb45f When checking for name collision between a tag and a previously defined namespace, the collision occured even when the tag was in a different nested scope. by Argiris Kirtzidis · 16 years ago
  90. fdde276 Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. by Argiris Kirtzidis · 16 years ago
  91. 78d3d2c Updated latest checker build. by Ted Kremenek · 16 years ago
  92. 9ea2f77 Fix regression introduced by http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080714/006514.html. by Ted Kremenek · 16 years ago
  93. 4721991 Have scan-build control default analyses. by Ted Kremenek · 16 years ago
  94. d9eb592 Fix transfer function logic in GRSimpleVals for integer casts: only support casts from integers to integers. by Ted Kremenek · 16 years ago
  95. e8fe079 Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments. by Ted Kremenek · 16 years ago
  96. 7aa0f4e For the MissingDealloc check, don't treat IBOutlet ivars as being needed to be released by Ted Kremenek · 16 years ago
  97. ff2410b Make iboutlet diagnostic lowercase by Ted Kremenek · 16 years ago
  98. ec695ed Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet by Ted Kremenek · 16 years ago
  99. 4e5bb12 Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific attribute that the static analyzer will use to recognize what ivars are IBOutlets. by Ted Kremenek · 16 years ago
  100. fea3952 Added --status-bugs option to scan-build. By default, the exit status of by Ted Kremenek · 16 years ago