1. b3b52c4 new site -- the rest of it by Kevin · 17 years ago
  2. 8daceaf new site by Kevin · 17 years ago
  3. a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  4. cf9dbf2 Support case statement ranges. by Devang Patel · 17 years ago
  5. ec808cb Per request... about to make changes to the website. by Kevin · 17 years ago
  6. 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  7. f9e80db by Steve Naroff · 17 years ago
  8. 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  9. e58e080 switch statement code gen. by Devang Patel · 17 years ago
  10. 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  11. 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
  12. d77ce0e minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  13. 9dd383a fix an incorrect assertion by Chris Lattner · 17 years ago
  14. cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  15. fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  16. b82d6ef minor cleanup by Chris Lattner · 17 years ago
  17. a84a126 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  18. 25aace8 by Steve Naroff · 17 years ago
  19. 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  20. 7f58c14 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
  21. b4dfe36 by Steve Naroff · 17 years ago
  22. 91b708d Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
  23. 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  24. 89529b1 by Steve Naroff · 17 years ago
  25. f4bc79a by Steve Naroff · 17 years ago
  26. d3952f3 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  27. fa465d1 by Steve Naroff · 17 years ago
  28. 9745645 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  29. 35bc4d2 Moved ProgramEdge out out include/.../Analysis/PathSensitive to include/.../Analysis, as it is now used by the FlowSensitive subsystem as well. by Ted Kremenek · 17 years ago
  30. a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  31. 9e99008 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
  32. 96db856 by Steve Naroff · 17 years ago
  33. 379cf51 Added a missing #include. by Hartmut Kaiser · 17 years ago
  34. f280f5f by Steve Naroff · 17 years ago
  35. 4d5e5b1 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  36. e8f248d by Steve Naroff · 17 years ago
  37. 8ce772b Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  38. 3a81982 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  39. 3fafa10 by Steve Naroff · 17 years ago
  40. a950a57 Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
  41. bec0d56 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  42. ad5682f Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  43. ad21a61 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  44. 2edb173 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
  45. 3c9e4da Fix a bug I just introduced. by Chris Lattner · 17 years ago
  46. 90f163b improve comment. by Chris Lattner · 17 years ago
  47. 25b8285 simplify an expression by Chris Lattner · 17 years ago
  48. a00e074 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  49. f7cf3a6 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  50. dd243ef Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  51. 0c5affb Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  52. 5b82d95 by Steve Naroff · 17 years ago
  53. 319e89e Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
  54. 6cb1d36 by Steve Naroff · 17 years ago
  55. 9729936 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  56. 83a6ba1 Fixed bug where assignments to variables wrapped in parentheses would not by Ted Kremenek · 17 years ago
  57. f87111b Fixed UninitializedValues to properly propagate uninitialized "taint" by Ted Kremenek · 17 years ago
  58. 4f20054 DeadStores no longer reports warnings for stores to non-local variables. by Ted Kremenek · 17 years ago
  59. eebf131 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
  60. 67c0b61 Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
  61. 528e2a5 Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
  62. 3a887aa Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
  63. 5975f77 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  64. 6b57649 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
  65. 171ceb5 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 17 years ago
  66. 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  67. e41de35 by Steve Naroff · 17 years ago
  68. bfbb7fb Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
  69. 265c817 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  70. 4ed9d66 by Steve Naroff · 17 years ago
  71. 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  72. 85a7ea3 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
  73. 680fcb8 Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
  74. 56b7086 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  75. 10389cf Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  76. 2554117 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  77. 6856c63 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  78. d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  79. 628abf1 Removed a few TODOs on things which are done. by Fariborz Jahanian · 17 years ago
  80. 9d020b3 Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
  81. b0d4cb7 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  82. 6f324ee Updated XCode project to reflect that DataflowValues.h and DataflowSolver.h have by Ted Kremenek · 17 years ago
  83. 10d8046 Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 17 years ago
  84. 1c0eedb Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  85. 5812c65 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  86. c091b5d This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  87. 0841c70 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  88. 945fb56 Changed command line options "-check-dead-stores" and by Ted Kremenek · 17 years ago
  89. 7b33451 Comment formatting changes. No real content changes. by Ted Kremenek · 17 years ago
  90. ecc54af Minor comment changes. by Ted Kremenek · 17 years ago
  91. 2456192 Removed "EverKilled" class in DeadStores checker; it is no longer used. by Ted Kremenek · 17 years ago
  92. c9b30d6 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  93. d7a2f81 Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  94. 22cbc57 Added extra "constness" to parameter. by Ted Kremenek · 17 years ago
  95. 5aa5650 use the right rounding mode. by Chris Lattner · 17 years ago
  96. 9b8c88b Added PersistentMap, an ADT that implements a map data structure that by Ted Kremenek · 17 years ago
  97. 058dfe0 Added smart pointer class "IntrusiveSPtr" that handles reference by Ted Kremenek · 17 years ago
  98. e6cdeb5 If we see an invalid #ifdef directive, enter a conditional compilation region by Chris Lattner · 17 years ago
  99. 4351e71 Fix for 64-bit systems. by Chris Lattner · 17 years ago
  100. 92803da Fixed VC++ bitfield to unsigned/signed sign propagation issue. by Hartmut Kaiser · 17 years ago