1. b3270e8 Update VS project. by Ted Kremenek · 16 years ago
  2. 6e1eb87 Use llvm::utostr_32 instead of ostringstream. by Ted Kremenek · 16 years ago
  3. a6eef8e Update VS project. by Ted Kremenek · 16 years ago
  4. 207cb06 Update Xcode project. by Ted Kremenek · 16 years ago
  5. 78d4624 Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago
  6. e3ae82a Rename file. by Ted Kremenek · 16 years ago
  7. 9140845 Prevent codegen crash on sizeof(<function type>), a gcc extension. by Daniel Dunbar · 16 years ago
  8. 0c980d1 Add svn:ignore for cscope.{out,files} in top level clang dir by Daniel Dunbar · 16 years ago
  9. 584def7 Added path-sensitive checking for null pointer values passed to function arguments marked nonnull. by Ted Kremenek · 16 years ago
  10. 1caae95 Implement bzero, memset, memmove builtins. by Daniel Dunbar · 16 years ago
  11. 4493f79 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 16 years ago
  12. 7caeabd minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
  13. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
  14. eb2b2a3 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
  15. 14ecaef Kill an unused variable warning by Daniel Dunbar · 16 years ago
  16. 9d0aaa1 unindent this function by using an early exit, not functionality change. by Chris Lattner · 16 years ago
  17. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  18. dbddbe4 Add svn:ignore property for test Output directories by Daniel Dunbar · 16 years ago
  19. a933c3c Add __builtin_powi[fl] support by Daniel Dunbar · 16 years ago
  20. 4fbc2b0 Fix a test RUN line to not generate '=-' in test directory by Daniel Dunbar · 16 years ago
  21. 964c27c add forward definition protocols to the protocol list for a class. by Chris Lattner · 16 years ago
  22. 919d87d references to completely undeclared protocols should be errors. by Chris Lattner · 16 years ago
  23. 600e4e8 RewriteObjC::RewriteObjCForCollectionStmt() needs to handle bodies with a single statement. by Steve Naroff · 16 years ago
  24. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  25. fcde95d Update checker build. by Ted Kremenek · 16 years ago
  26. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  27. 04b2900 Implement ffs, parity, and popcount builtins. + test case by Daniel Dunbar · 16 years ago
  28. e8f0d30 Change 'MDecl' to 'MD' to fix redefinition compiler error in MSVC++. by Argyrios Kyrtzidis · 16 years ago
  29. cfb0ef5 fix typo by Chris Lattner · 16 years ago
  30. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  31. 6562fda when in the context of an @implementation, look for private methods in the by Chris Lattner · 16 years ago
  32. 1565e03 don't pass in null as the Name for GenerateClassStructure, by Chris Lattner · 16 years ago
  33. 0b2f7ea improve diagnostics about problems with receivers to highlight the receiver. by Chris Lattner · 16 years ago
  34. 2b1cc8b continue cleaning up code, and disable sending a message directly to an by Chris Lattner · 16 years ago
  35. fe1a553 simplify control flow a bit, reducing indentation. No functionality change. by Chris Lattner · 16 years ago
  36. b24d921 tighten up some checks, don't allow sending a message to NSString**** by Chris Lattner · 16 years ago
  37. 58b1b27 update diagnostic to include string by Chris Lattner · 16 years ago
  38. 2a01b72 improve invalid member reference diagnostics to print the type and by Chris Lattner · 16 years ago
  39. c188d30 merge a bunch of code that is now common between qual interfaces and interfaces. by Chris Lattner · 16 years ago
  40. 9baefc2 rename getProtocols -> getProtocol, as it only returns a single by Chris Lattner · 16 years ago
  41. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  42. fb7701d improve documentation of ObjCInterfaceType significantly. Also, by Chris Lattner · 16 years ago
  43. a38e6b1 Fix a bunch of crashes that occur in (attempted) handling of objc properties. by Chris Lattner · 16 years ago
  44. 88a7251 right, the error is when the itf *doesn't* have the member. by Chris Lattner · 16 years ago
  45. 123a11f use the simplified form of lookupInstanceVariable for callers who by Chris Lattner · 16 years ago
  46. 1f71974 improve the diagnostic for an erroneous objc ivar reference from: by Chris Lattner · 16 years ago
  47. 68a057b simplify a bunch of code, no functionality change. by Chris Lattner · 16 years ago
  48. fb173ec rearrange some code, no functionality change. by Chris Lattner · 16 years ago
  49. b49b572 improve comments yet again, now I know what this does :) by Chris Lattner · 16 years ago
  50. 0b6d1e6 minor rename, also, reject pointer to qualified id. by Chris Lattner · 16 years ago
  51. 17af2a6 Fix a crash that can happen when you have typedefs for pointers to by Chris Lattner · 16 years ago
  52. d85376a improve comments. by Chris Lattner · 16 years ago
  53. 22e684a simplify this predicate, only checking isObjCQualifiedIdType once. by Chris Lattner · 16 years ago
  54. d9069d1 Add a space, ted apparently has philosophical problems with spaces ;-) by Chris Lattner · 16 years ago
  55. 9039a69 fix test by Nuno Lopes · 16 years ago
  56. 17360d5 Updated latest checker build. by Ted Kremenek · 16 years ago
  57. 24af60f Patch by Kovarththanan Rajaratnam: by Ted Kremenek · 16 years ago
  58. 109949a Patch by by Ted Kremenek · 16 years ago
  59. fbeeca8 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
  60. 2be1853 Remove typo. by Ted Kremenek · 16 years ago
  61. a3ed36a Quote invocation of clang in pipe to handle paths with spaces. by Ted Kremenek · 16 years ago
  62. c083b0d Added test case. by Ted Kremenek · 16 years ago
  63. 1bc90ad Update checker build. by Ted Kremenek · 16 years ago
  64. 1a80448 "currentHandler" is a nullary selector by Ted Kremenek · 16 years ago
  65. 2d1086c Fix caching bug. by Ted Kremenek · 16 years ago
  66. 70a733e Add panic support for NSAssertionHandler. by Ted Kremenek · 16 years ago
  67. c8aeb65 Prevent clang from emitting output when input has errors by Daniel Dunbar · 16 years ago
  68. 7386d77 Add panic function. by Ted Kremenek · 16 years ago
  69. 75b0a1c Fix 80 col violation by Ted Kremenek · 16 years ago
  70. 40fc5c7 Fix regression by explicitly checking if we are negating a SymIntConstantVal. by Ted Kremenek · 16 years ago
  71. 1e38f85 Improve path-sensitivity when using the logical not operator. by Ted Kremenek · 16 years ago
  72. ad8329e 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
  73. 6297a8e Created ValueStateSet class to manage the creation of multiple states by a method. by Ted Kremenek · 16 years ago
  74. 4d9985a Remove dead method. by Ted Kremenek · 16 years ago
  75. 6c5df7f Add support shufpd by Mon P Wang · 16 years ago
  76. 35912db Update signature of EvalAssume. by Ted Kremenek · 16 years ago
  77. f2da7a0 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
  78. 729a9a2 Move GRTransferFunc* into ValueStateManager, and move the assumption logic there as well. by Ted Kremenek · 16 years ago
  79. e597b19 Added headers by Ted Kremenek · 16 years ago
  80. b48c645 Remove redundant logic. by Ted Kremenek · 16 years ago
  81. df7533b 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
  82. 1f3846e Fix for codegen crash on multibit bool bitfield initialization by Daniel Dunbar · 16 years ago
  83. f59bf48 Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual RemoveDeadBindings method in StoreManager. by Ted Kremenek · 16 years ago
  84. f242218 We now build universal binaries of the checker. by Ted Kremenek · 16 years ago
  85. 90eb539 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 Argyrios Kyrtzidis · 16 years ago
  86. f616ebb RewriteObjC::SynthMessageExpr(): Fix super rewrite (a fairly recent regression). by Steve Naroff · 16 years ago
  87. 0ff12f0 When in C++, make EnumConstant names hide tag names in the same scope, instead of colliding with them. by Argyrios Kyrtzidis · 16 years ago
  88. b2a3945 Remove a FIXME from RewriteObjC::RewriteObjCSynchronizedStmt(). by Steve Naroff · 16 years ago
  89. 59f05a4 RewriteObjC::Initialize(): add function decls used by @synchronized. by Steve Naroff · 16 years ago
  90. 8f3b265 Two fixes: by Steve Naroff · 16 years ago
  91. c9ba172 RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are 0 catch clauses. by Steve Naroff · 16 years ago
  92. 76e429d Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function return types. by Steve Naroff · 16 years ago
  93. b02ef24 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 Argyrios Kyrtzidis · 16 years ago
  94. d7464be Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. by Argyrios Kyrtzidis · 16 years ago
  95. 6271c5e Updated latest checker build. by Ted Kremenek · 16 years ago
  96. cd512dc Fix regression introduced by http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080714/006514.html. by Ted Kremenek · 16 years ago
  97. 9012599 Have scan-build control default analyses. by Ted Kremenek · 16 years ago
  98. f496ee1 Fix transfer function logic in GRSimpleVals for integer casts: only support casts from integers to integers. by Ted Kremenek · 16 years ago
  99. ef42ca2 Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments. by Ted Kremenek · 16 years ago
  100. f4ebf42 For the MissingDealloc check, don't treat IBOutlet ivars as being needed to be released by Ted Kremenek · 16 years ago