1. 30d1775 Fix spacing issues. by Bill Wendling · 17 years ago
  2. 9f94f9b Just say "No" to non-ASCII things. by Bill Wendling · 17 years ago
  3. 3c80a51 Remove non-ASCII ' by Bill Wendling · 17 years ago
  4. aef89fc 1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1). by Kevin · 17 years ago
  5. d2d5fab Modifications to XCode project: by Ted Kremenek · 17 years ago
  6. 48569ed Removed DataflowStmtVisitor. It is no longer used, and is obsoleted by Ted Kremenek · 17 years ago
  7. 13043a4 A message on the main page about bulding clang. by Kevin · 17 years ago
  8. bc8e50f new site -- the rest of it by Kevin · 17 years ago
  9. a5dc235 new site by Kevin · 17 years ago
  10. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  11. 2d79d0f Support case statement ranges. by Devang Patel · 17 years ago
  12. ae1d412 Per request... about to make changes to the website. by Kevin · 17 years ago
  13. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  14. 29238a0 by Steve Naroff · 17 years ago
  15. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  16. 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
  17. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  18. 5951965 More tab removal activity. by Fariborz Jahanian · 17 years ago
  19. 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  20. 1b38642 fix an incorrect assertion by Chris Lattner · 17 years ago
  21. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  22. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  23. c97c204 minor cleanup by Chris Lattner · 17 years ago
  24. 16533e5 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  25. 3a165b0 by Steve Naroff · 17 years ago
  26. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  27. e260e62 Fixed bug where intrusive_ptr_add_ref and intrusive_ptr_release were by Ted Kremenek · 17 years ago
  28. 37e58d1 by Steve Naroff · 17 years ago
  29. 93efc02 Unified SuperClass field name in an objective-c class. by Fariborz Jahanian · 17 years ago
  30. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  31. a5997c4 by Steve Naroff · 17 years ago
  32. 768f26e by Steve Naroff · 17 years ago
  33. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  34. 6a8a9a4 by Steve Naroff · 17 years ago
  35. 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  36. 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
  37. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  38. 4c3fbe3 Added DenseMapInfo traits for ProgramEdges by Ted Kremenek · 17 years ago
  39. 4db1089 by Steve Naroff · 17 years ago
  40. c1581a0 Added a missing #include. by Hartmut Kaiser · 17 years ago
  41. 06ae8d6 by Steve Naroff · 17 years ago
  42. 816bd5c Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  43. 0c6b624 by Steve Naroff · 17 years ago
  44. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  45. 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  46. 980e508 by Steve Naroff · 17 years ago
  47. 991e48b Moved two bitfields back to top of class ObjcMethodDecl so they pack by Fariborz Jahanian · 17 years ago
  48. 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  49. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  50. d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  51. 1f945f6 Add a new getLength() method to IdentifierInfo, which relies on a newly added by Chris Lattner · 17 years ago
  52. 5c0fa30 Fix a bug I just introduced. by Chris Lattner · 17 years ago
  53. 7cb8491 improve comment. by Chris Lattner · 17 years ago
  54. b7f4f2a simplify an expression by Chris Lattner · 17 years ago
  55. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  56. 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  57. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  58. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  59. 5b6b72f by Steve Naroff · 17 years ago
  60. eb19188 Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that by Ted Kremenek · 17 years ago
  61. bcfb06a by Steve Naroff · 17 years ago
  62. d9363c3 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
  63. bcb07d5 Fixed bug where assignments to variables wrapped in parentheses would not by Ted Kremenek · 17 years ago
  64. 6ce2b63 Fixed UninitializedValues to properly propagate uninitialized "taint" by Ted Kremenek · 17 years ago
  65. c6a1faf DeadStores no longer reports warnings for stores to non-local variables. by Ted Kremenek · 17 years ago
  66. f63aa45 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 17 years ago
  67. ca64cef Refactored ExprDeclBitVector into two classes: by Ted Kremenek · 17 years ago
  68. 677190f Fixed bug where declaration initializer expressions were not by Ted Kremenek · 17 years ago
  69. cb152a7 Added iterator mechanism to iterator over the decls and expressions by Ted Kremenek · 17 years ago
  70. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  71. a1de8c7 Fixed several bugs in the propagation of "uninitialized value" by Ted Kremenek · 17 years ago
  72. d064951 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 17 years ago
  73. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  74. 4cbcb89 by Steve Naroff · 17 years ago
  75. aead153 Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean by Ted Kremenek · 17 years ago
  76. 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  77. 68d331a by Steve Naroff · 17 years ago
  78. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  79. c592522 Added extra guard for null Stmt* when traversing the AST using VisitChildren. by Ted Kremenek · 17 years ago
  80. 322f58d Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
  81. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  82. 41193e4 Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  83. 42e04c7 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  84. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  85. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  86. 095ffca Removed a few TODOs on things which are done. by Fariborz Jahanian · 17 years ago
  87. ccc213f Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
  88. 27fd388 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  89. a689512 Updated XCode project to reflect that DataflowValues.h and DataflowSolver.h have by Ted Kremenek · 17 years ago
  90. 1de632b Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 17 years ago
  91. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  92. c5f45e3 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  93. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  94. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  95. 786d337 Changed command line options "-check-dead-stores" and by Ted Kremenek · 17 years ago
  96. e88f683 Comment formatting changes. No real content changes. by Ted Kremenek · 17 years ago
  97. 6179aaf Minor comment changes. by Ted Kremenek · 17 years ago
  98. 4cd8b3c Removed "EverKilled" class in DeadStores checker; it is no longer used. by Ted Kremenek · 17 years ago
  99. 2c9334d Updated VC++ build system by Hartmut Kaiser · 17 years ago
  100. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago