1. f47a7f8 classof isn't right. This is causing assertion failures somehow now. by Chris Lattner · 17 years ago
  2. adb83b4 Shrink the builtinID down by 3 bits, allowing all the bitfields to by Chris Lattner · 17 years ago
  3. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
  4. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  5. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  6. 675218b add comments. by Chris Lattner · 17 years ago
  7. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  8. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  9. 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
  10. 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  11. b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  12. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  13. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  14. 48569ed Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
  15. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  16. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  17. 29238a0 by Steve Naroff · 17 years ago
  18. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  19. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  20. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  21. 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  22. 1b38642 fix an incorrect assertion by Chris Lattner · 17 years ago
  23. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  24. 3a165b0 by Steve Naroff · 17 years ago
  25. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  26. e260e62 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
  27. 37e58d1 by Steve Naroff · 17 years ago
  28. 93efc02 Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
  29. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  30. a5997c4 by Steve Naroff · 17 years ago
  31. 768f26e by Steve Naroff · 17 years ago
  32. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  33. 6a8a9a4 by Steve Naroff · 17 years ago
  34. 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  35. 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
  36. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  37. 4c3fbe3 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
  38. c1581a0 Added a missing #include. by Hartmut Kaiser · 17 years ago
  39. 06ae8d6 by Steve Naroff · 17 years ago
  40. 0c6b624 by Steve Naroff · 17 years ago
  41. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  42. 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  43. 980e508 by Steve Naroff · 17 years ago
  44. 991e48b Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
  45. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  46. d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  47. 1f945f6 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
  48. 7cb8491 improve comment. by Chris Lattner · 17 years ago
  49. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  50. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  51. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  52. 5b6b72f by Steve Naroff · 17 years ago
  53. eb19188 Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
  54. bcfb06a by Steve Naroff · 17 years ago
  55. f63aa45 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
  56. ca64cef Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
  57. 677190f Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
  58. cb152a7 Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
  59. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  60. a1de8c7 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
  61. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  62. 4cbcb89 by Steve Naroff · 17 years ago
  63. aead153 Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
  64. 68d331a by Steve Naroff · 17 years ago
  65. c592522 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
  66. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  67. 1de632b Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 17 years ago
  68. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  69. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  70. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  71. d9bfa8c Added extra "constness" to parameter. by Ted Kremenek · 17 years ago
  72. 67cfad6 Added PersistentMap, an ADT that implements a map data structure that by Ted Kremenek · 17 years ago
  73. d33218c Added smart pointer class "IntrusiveSPtr" that handles reference by Ted Kremenek · 17 years ago
  74. 031b2d2 Fix for 64-bit systems. by Chris Lattner · 17 years ago
  75. a8ae51f Fixed VC++ bitfield to unsigned/signed sign propagation issue. by Hartmut Kaiser · 17 years ago
  76. 3d2313e add comments. by Chris Lattner · 17 years ago
  77. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  78. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
  79. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  80. b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  81. 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
  82. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  83. 57634c7 Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors". by Ted Kremenek · 17 years ago
  84. adfb987 Moved include/clang/Analysis/*Visitor.h to include/clang/Analysis/CFGVisitors. by Ted Kremenek · 17 years ago
  85. bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
  86. 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
  87. d2a4a1a Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt.h not to have to pay the cost by Ted Kremenek · 17 years ago
  88. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  89. 5e97d4b Added GraphTraits template specialization for Stmt* to treat ASTs like graphs. by Ted Kremenek · 17 years ago
  90. b297754 More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
  91. ba0c5d6 Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
  92. 21d5a95 by Steve Naroff · 17 years ago
  93. 563477d by Steve Naroff · 17 years ago
  94. fe1b1e6 DataflowSolver now acccepts an "_Equal" template parameter that allows the user by Ted Kremenek · 17 years ago
  95. f5a9518 Fixed bug where getBitRef would incorrectly grab the bit from the by Ted Kremenek · 17 years ago
  96. 43a1698 More refactoring and code reduction. by Ted Kremenek · 17 years ago
  97. a90b0d1 Added member template CFG::VisitBlockStmts to provide a succinct way by Ted Kremenek · 17 years ago
  98. a36c654 Additional comments and cosmetic cleanups. by Ted Kremenek · 17 years ago
  99. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  100. 105bfee Modified DataFlowValues and DataflowSolver to associate dataflow value by Ted Kremenek · 17 years ago