1. f071e18 Don't issue a missing +dealloc warning for classes that just contain SEL ivars. by Ted Kremenek · 16 years ago
  2. 2546025 Fix comment by Daniel Dunbar · 16 years ago
  3. 08e4b66 Rename test case file. by Ted Kremenek · 16 years ago
  4. b0f3632 Issue dead store warnings for preincrements involved in a subexpression. by Ted Kremenek · 16 years ago
  5. 9402609 Ignore -MT and -MF. by Ted Kremenek · 16 years ago
  6. 1683360 "This patch adds paths for Fedora 9 in clang.cpp and support for two preprocessor options in ccc." by Ted Kremenek · 16 years ago
  7. 4efde8d Fix EmitCaseStmtRange to ignore empty ranges by Daniel Dunbar · 16 years ago
  8. cd8f646 Add Expr::getIntegerConstantExprValue helper method by Daniel Dunbar · 16 years ago
  9. 624b936 Updated checker build. by Ted Kremenek · 16 years ago
  10. 8b00b6e Added dead stores test case. by Ted Kremenek · 16 years ago
  11. fd8fc4e Modified HTMLDiagnostics to also perform syntax highlighting for errors in header files. by Ted Kremenek · 16 years ago
  12. 1c61b47 Don't flag dead stores when the result of a preincrement/predecrement is used in an enclosing expression. by Ted Kremenek · 16 years ago
  13. 5a56ac3 Added UnaryOperator::isPrefix(). by Ted Kremenek · 16 years ago
  14. a329804 Use typedef range_iterator instead of SourceRange* in PathDiagnosticPiece. by Ted Kremenek · 16 years ago
  15. 2cfac22 Further refine dead store checking to distinguish between dead stores and dead increments. by Ted Kremenek · 16 years ago
  16. cc87ba2 Properly skip IBOutlets when checking for unused ivars. by Ted Kremenek · 16 years ago
  17. 8f50b9c Initialize instance variable DeclAccess in ctor for ObjCIvarDecl. by Ted Kremenek · 16 years ago
  18. b8db21d When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. by Ted Kremenek · 16 years ago
  19. f079570 Updated comment for class ObjCIvarDecl: it turns out the default access control by Ted Kremenek · 16 years ago
  20. 6678f7f Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl::Protected, not private. by Ted Kremenek · 16 years ago
  21. 69e16bd Update Xcode project. by Ted Kremenek · 16 years ago
  22. 9a847f5 don't depend on the result of CreateNeg to be a binop by Chris Lattner · 16 years ago
  23. 6bc5211 Fix rdar://6094010 various asserts happening with wide strings in inline asm. by Chris Lattner · 16 years ago
  24. f31627f Fix a codegen crash on: by Chris Lattner · 16 years ago
  25. 395aaf2 Add prototype implementation of unused ivar check. by Ted Kremenek · 16 years ago
  26. 8ec6cb9 Updated checker build. by Ted Kremenek · 16 years ago
  27. ea7e97e Fix compilation error on GCC 4.3.0 ('memcpy' was not declared in this scope). by Argyrios Kyrtzidis · 16 years ago
  28. 8ee6a63 Add note to check what __alignof__ a function type should be. by Daniel Dunbar · 16 years ago
  29. 8b7c9fb Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 16 years ago
  30. b3270e8 Update VS project. by Ted Kremenek · 16 years ago
  31. 6e1eb87 Use llvm::utostr_32 instead of ostringstream. by Ted Kremenek · 16 years ago
  32. a6eef8e Update VS project. by Ted Kremenek · 16 years ago
  33. 207cb06 Update Xcode project. by Ted Kremenek · 16 years ago
  34. 78d4624 Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago
  35. e3ae82a Rename file. by Ted Kremenek · 16 years ago
  36. 9140845 Prevent codegen crash on sizeof(<function type>), a gcc extension. by Daniel Dunbar · 16 years ago
  37. 0c980d1 Add svn:ignore for cscope.{out,files} in top level clang dir by Daniel Dunbar · 16 years ago
  38. 584def7 Added path-sensitive checking for null pointer values passed to function arguments marked nonnull. by Ted Kremenek · 16 years ago
  39. 1caae95 Implement bzero, memset, memmove builtins. by Daniel Dunbar · 16 years ago
  40. 4493f79 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 16 years ago
  41. 7caeabd minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
  42. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
  43. eb2b2a3 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
  44. 14ecaef Kill an unused variable warning by Daniel Dunbar · 16 years ago
  45. 9d0aaa1 unindent this function by using an early exit, not functionality change. by Chris Lattner · 16 years ago
  46. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  47. dbddbe4 Add svn:ignore property for test Output directories by Daniel Dunbar · 16 years ago
  48. a933c3c Add __builtin_powi[fl] support by Daniel Dunbar · 16 years ago
  49. 4fbc2b0 Fix a test RUN line to not generate '=-' in test directory by Daniel Dunbar · 16 years ago
  50. 964c27c add forward definition protocols to the protocol list for a class. by Chris Lattner · 16 years ago
  51. 919d87d references to completely undeclared protocols should be errors. by Chris Lattner · 16 years ago
  52. 600e4e8 RewriteObjC::RewriteObjCForCollectionStmt() needs to handle bodies with a single statement. by Steve Naroff · 16 years ago
  53. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  54. fcde95d Update checker build. by Ted Kremenek · 16 years ago
  55. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  56. 04b2900 Implement ffs, parity, and popcount builtins. + test case by Daniel Dunbar · 16 years ago
  57. e8f0d30 Change 'MDecl' to 'MD' to fix redefinition compiler error in MSVC++. by Argyrios Kyrtzidis · 16 years ago
  58. cfb0ef5 fix typo by Chris Lattner · 16 years ago
  59. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  60. 6562fda when in the context of an @implementation, look for private methods in the by Chris Lattner · 16 years ago
  61. 1565e03 don't pass in null as the Name for GenerateClassStructure, by Chris Lattner · 16 years ago
  62. 0b2f7ea improve diagnostics about problems with receivers to highlight the receiver. by Chris Lattner · 16 years ago
  63. 2b1cc8b continue cleaning up code, and disable sending a message directly to an by Chris Lattner · 16 years ago
  64. fe1a553 simplify control flow a bit, reducing indentation. No functionality change. by Chris Lattner · 16 years ago
  65. b24d921 tighten up some checks, don't allow sending a message to NSString**** by Chris Lattner · 16 years ago
  66. 58b1b27 update diagnostic to include string by Chris Lattner · 16 years ago
  67. 2a01b72 improve invalid member reference diagnostics to print the type and by Chris Lattner · 16 years ago
  68. c188d30 merge a bunch of code that is now common between qual interfaces and interfaces. by Chris Lattner · 16 years ago
  69. 9baefc2 rename getProtocols -> getProtocol, as it only returns a single by Chris Lattner · 16 years ago
  70. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  71. fb7701d improve documentation of ObjCInterfaceType significantly. Also, by Chris Lattner · 16 years ago
  72. a38e6b1 Fix a bunch of crashes that occur in (attempted) handling of objc properties. by Chris Lattner · 16 years ago
  73. 88a7251 right, the error is when the itf *doesn't* have the member. by Chris Lattner · 16 years ago
  74. 123a11f use the simplified form of lookupInstanceVariable for callers who by Chris Lattner · 16 years ago
  75. 1f71974 improve the diagnostic for an erroneous objc ivar reference from: by Chris Lattner · 16 years ago
  76. 68a057b simplify a bunch of code, no functionality change. by Chris Lattner · 16 years ago
  77. fb173ec rearrange some code, no functionality change. by Chris Lattner · 16 years ago
  78. b49b572 improve comments yet again, now I know what this does :) by Chris Lattner · 16 years ago
  79. 0b6d1e6 minor rename, also, reject pointer to qualified id. by Chris Lattner · 16 years ago
  80. 17af2a6 Fix a crash that can happen when you have typedefs for pointers to by Chris Lattner · 16 years ago
  81. d85376a improve comments. by Chris Lattner · 16 years ago
  82. 22e684a simplify this predicate, only checking isObjCQualifiedIdType once. by Chris Lattner · 16 years ago
  83. d9069d1 Add a space, ted apparently has philosophical problems with spaces ;-) by Chris Lattner · 16 years ago
  84. 9039a69 fix test by Nuno Lopes · 16 years ago
  85. 17360d5 Updated latest checker build. by Ted Kremenek · 16 years ago
  86. 24af60f Patch by Kovarththanan Rajaratnam: by Ted Kremenek · 16 years ago
  87. 109949a Patch by by Ted Kremenek · 16 years ago
  88. 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
  89. 2be1853 Remove typo. by Ted Kremenek · 16 years ago
  90. a3ed36a Quote invocation of clang in pipe to handle paths with spaces. by Ted Kremenek · 16 years ago
  91. c083b0d Added test case. by Ted Kremenek · 16 years ago
  92. 1bc90ad Update checker build. by Ted Kremenek · 16 years ago
  93. 1a80448 "currentHandler" is a nullary selector by Ted Kremenek · 16 years ago
  94. 2d1086c Fix caching bug. by Ted Kremenek · 16 years ago
  95. 70a733e Add panic support for NSAssertionHandler. by Ted Kremenek · 16 years ago
  96. c8aeb65 Prevent clang from emitting output when input has errors by Daniel Dunbar · 16 years ago
  97. 7386d77 Add panic function. by Ted Kremenek · 16 years ago
  98. 75b0a1c Fix 80 col violation by Ted Kremenek · 16 years ago
  99. 40fc5c7 Fix regression by explicitly checking if we are negating a SymIntConstantVal. by Ted Kremenek · 16 years ago
  100. 1e38f85 Improve path-sensitivity when using the logical not operator. by Ted Kremenek · 16 years ago