1. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  2. cde8bc4 add comments. by Chris Lattner · 17 years ago
  3. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  4. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  5. 00bb283 slightly simplify interface by Chris Lattner · 17 years ago
  6. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  7. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  8. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  9. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  10. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  11. 640db42 by Steve Naroff · 17 years ago
  12. e440eb8 by Steve Naroff · 17 years ago
  13. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  14. b216c88 by Steve Naroff · 17 years ago
  15. 0be657c Remove comment about protocols and namespace no longer relevant. by Fariborz Jahanian · 17 years ago
  16. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
  17. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  18. 0007322 Add two new Token helper functions, "is" and "isNot". This allows us to write by Chris Lattner · 17 years ago
  19. 878520b Added better comment about protocol list for class ObjcQualifiedInterfaceType. by Fariborz Jahanian · 17 years ago
  20. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  21. 71e9908 by Steve Naroff · 17 years ago
  22. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  23. 22cdd23 by Steve Naroff · 17 years ago
  24. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  25. 2d29581 add a comment. by Chris Lattner · 17 years ago
  26. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  27. 6d4caf2 Removed unnecessary base class from some of objective-c classes: by Fariborz Jahanian · 17 years ago
  28. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  29. cc1a875 improve layering: by Chris Lattner · 17 years ago
  30. 9c46de4 add a hasMacroDefinition() method to IdentifierInfo, strength reduce a by Chris Lattner · 17 years ago
  31. 6d9a3e6 update comment. by Chris Lattner · 17 years ago
  32. 387b98d Remove the PPID bitfield from IdentifierInfo, shrinking it by a word by Chris Lattner · 17 years ago
  33. 4365a7e First step to fixing a long lived layering violation: this by Chris Lattner · 17 years ago
  34. f47a7f8 classof isn't right. This is causing assertion failures somehow now. by Chris Lattner · 17 years ago
  35. adb83b4 Shrink the builtinID down by 3 bits, allowing all the bitfields to by Chris Lattner · 17 years ago
  36. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
  37. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  38. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  39. 675218b add comments. by Chris Lattner · 17 years ago
  40. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  41. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  42. e5ab7f3 Every decl has a SourceLocation, move the location info into the Decl class instead of being in subclasses. by Chris Lattner · 17 years ago
  43. 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  44. b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  45. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  46. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  47. 48569ed Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
  48. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  49. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  50. 29238a0 by Steve Naroff · 17 years ago
  51. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  52. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  53. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  54. 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  55. 1b38642 fix an incorrect assertion by Chris Lattner · 17 years ago
  56. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  57. 3a165b0 by Steve Naroff · 17 years ago
  58. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  59. e260e62 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
  60. 37e58d1 by Steve Naroff · 17 years ago
  61. 93efc02 Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
  62. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  63. a5997c4 by Steve Naroff · 17 years ago
  64. 768f26e by Steve Naroff · 17 years ago
  65. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  66. 6a8a9a4 by Steve Naroff · 17 years ago
  67. 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  68. 4d20f2d 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
  69. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  70. 4c3fbe3 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
  71. c1581a0 Added a missing #include. by Hartmut Kaiser · 17 years ago
  72. 06ae8d6 by Steve Naroff · 17 years ago
  73. 0c6b624 by Steve Naroff · 17 years ago
  74. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  75. 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  76. 980e508 by Steve Naroff · 17 years ago
  77. 991e48b Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
  78. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  79. d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  80. 1f945f6 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
  81. 7cb8491 improve comment. by Chris Lattner · 17 years ago
  82. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  83. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  84. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  85. 5b6b72f by Steve Naroff · 17 years ago
  86. eb19188 Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
  87. bcfb06a by Steve Naroff · 17 years ago
  88. f63aa45 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
  89. ca64cef Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
  90. 677190f Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
  91. cb152a7 Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
  92. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  93. a1de8c7 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
  94. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  95. 4cbcb89 by Steve Naroff · 17 years ago
  96. aead153 Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
  97. 68d331a by Steve Naroff · 17 years ago
  98. c592522 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
  99. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  100. 1de632b Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 17 years ago