1. 605cc84 future notes & minor changes by Kevin · 17 years ago
  2. 2443d91 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  3. 6b1ed8d simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  4. a845bbe add a missing ; by Chris Lattner · 17 years ago
  5. d5c9d3d stub out some printing of objc decls. by Chris Lattner · 17 years ago
  6. 0db667a speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  7. 8c9d29f speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  8. a02a398 fix grammaro by Chris Lattner · 17 years ago
  9. 4651ab6 edits by Chris Lattner · 17 years ago
  10. 1ce4e4e fix accidental commit by Chris Lattner · 17 years ago
  11. 29e3db3 edits by Chris Lattner · 17 years ago
  12. 322fe70 various minor edits, e.g. & -> &amp; by Chris Lattner · 17 years ago
  13. 96a8ca2 New directory. by Kevin · 17 years ago
  14. 5bbaee2 add a warning. by Chris Lattner · 17 years ago
  15. 21f9473 minor edits by Chris Lattner · 17 years ago
  16. 28db74b Fix spacing issues. by Bill Wendling · 17 years ago
  17. c440f21 Just say "No" to non-ASCII things. by Bill Wendling · 17 years ago
  18. ba4789a Remove non-ASCII ' by Bill Wendling · 17 years ago
  19. afda30a 1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1). by Kevin · 17 years ago
  20. 6f11f6a Modifications to XCode project: by Ted Kremenek · 17 years ago
  21. 94067f8 Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
  22. 0210cfb A message on the main page about bulding clang. by Kevin · 17 years ago
  23. b3b52c4 new site -- the rest of it by Kevin · 17 years ago
  24. 8daceaf new site by Kevin · 17 years ago
  25. a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  26. cf9dbf2 Support case statement ranges. by Devang Patel · 17 years ago
  27. ec808cb Per request... about to make changes to the website. by Kevin · 17 years ago
  28. 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  29. f9e80db by Steve Naroff · 17 years ago
  30. 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  31. e58e080 switch statement code gen. by Devang Patel · 17 years ago
  32. 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  33. 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
  34. d77ce0e minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  35. 9dd383a fix an incorrect assertion by Chris Lattner · 17 years ago
  36. cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  37. fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  38. b82d6ef minor cleanup by Chris Lattner · 17 years ago
  39. a84a126 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  40. 25aace8 by Steve Naroff · 17 years ago
  41. 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  42. 7f58c14 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
  43. b4dfe36 by Steve Naroff · 17 years ago
  44. 91b708d Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
  45. 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  46. 89529b1 by Steve Naroff · 17 years ago
  47. f4bc79a by Steve Naroff · 17 years ago
  48. d3952f3 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  49. fa465d1 by Steve Naroff · 17 years ago
  50. 9745645 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  51. 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
  52. a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  53. 9e99008 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
  54. 96db856 by Steve Naroff · 17 years ago
  55. 379cf51 Added a missing #include. by Hartmut Kaiser · 17 years ago
  56. f280f5f by Steve Naroff · 17 years ago
  57. 4d5e5b1 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  58. e8f248d by Steve Naroff · 17 years ago
  59. 8ce772b Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  60. 3a81982 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  61. 3fafa10 by Steve Naroff · 17 years ago
  62. a950a57 Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
  63. bec0d56 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  64. ad5682f Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  65. ad21a61 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  66. 2edb173 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
  67. 3c9e4da Fix a bug I just introduced. by Chris Lattner · 17 years ago
  68. 90f163b improve comment. by Chris Lattner · 17 years ago
  69. 25b8285 simplify an expression by Chris Lattner · 17 years ago
  70. a00e074 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  71. f7cf3a6 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  72. dd243ef Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  73. 0c5affb Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  74. 5b82d95 by Steve Naroff · 17 years ago
  75. 319e89e Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
  76. 6cb1d36 by Steve Naroff · 17 years ago
  77. 9729936 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  78. 83a6ba1 Fixed bug where assignments to variables wrapped in parentheses would not by Ted Kremenek · 17 years ago
  79. f87111b Fixed UninitializedValues to properly propagate uninitialized "taint" by Ted Kremenek · 17 years ago
  80. 4f20054 DeadStores no longer reports warnings for stores to non-local variables. by Ted Kremenek · 17 years ago
  81. eebf131 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
  82. 67c0b61 Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
  83. 528e2a5 Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
  84. 3a887aa Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
  85. 5975f77 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  86. 6b57649 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
  87. 171ceb5 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 17 years ago
  88. 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  89. e41de35 by Steve Naroff · 17 years ago
  90. bfbb7fb Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
  91. 265c817 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  92. 4ed9d66 by Steve Naroff · 17 years ago
  93. 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  94. 85a7ea3 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
  95. 680fcb8 Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
  96. 56b7086 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  97. 10389cf Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  98. 2554117 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  99. 6856c63 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  100. d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago