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