1. e9b1219 by Steve Naroff · 17 years ago
  2. 5d54803 Removed 'inline' keywords from methods now defined in ExplodedGraph.cpp. by Ted Kremenek · 17 years ago
  3. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  4. aa58f00 by Steve Naroff · 17 years ago
  5. 5797120 _asm is another valid alias for asm. by Anders Carlsson · 17 years ago
  6. e4707ff Add codegen upport for implicit casts to aggregate exprs. by Anders Carlsson · 17 years ago
  7. d9028b7 add a note by Chris Lattner · 17 years ago
  8. 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  9. aaffbf7 by Steve Naroff · 17 years ago
  10. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  11. d880c18 Moved destructor logic of templated class ExplodedGraph to non-templated by Ted Kremenek · 17 years ago
  12. 90e2280 Added node cleanup to dstor of ExplodedGraph. by Ted Kremenek · 17 years ago
  13. 9eb49a4 Created ExplodedGraph.cpp and moved most method implementations of by Ted Kremenek · 17 years ago
  14. 4c4cb52 Moved 'ExplodedNodeGroup' into class 'ExplodedNode' as the nested class by Ted Kremenek · 17 years ago
  15. 37d887c Fixed lines preventing compilation. by Ted Kremenek · 17 years ago
  16. 05e14cd Now include "CFG.h" because the inline methods of "BlockEntrance" accessor by Ted Kremenek · 17 years ago
  17. 51125a2 Fixed some comments. by Ted Kremenek · 17 years ago
  18. ce9328b Removed ExplodedNode.h, since its contents are now in ExplodedGraph.h by Ted Kremenek · 17 years ago
  19. 4a0f5f1 Merged ExplodedNode.h into ExplodedGraph.h, since the ExplodedNode class will by Ted Kremenek · 17 years ago
  20. 46dc4e5 Changed implementation of successor and predecessor sets for ExplodedNode by Ted Kremenek · 17 years ago
  21. 8f978d5 allow __func__ in objc methods. by Chris Lattner · 17 years ago
  22. 1423ea4 Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  23. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  24. 3c6f6a7 Fix a fixme, by only parsing extern "C" in C++ mode. by Chris Lattner · 17 years ago
  25. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  26. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  27. 3d2da3d Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 17 years ago
  28. 33bfb5c Added ProgramPoint.cpp, which implements several methods of the subclasses by Ted Kremenek · 17 years ago
  29. a1d44b5 Renamed ProgramEdge.h to ProgramPoint.h by Ted Kremenek · 17 years ago
  30. 83c01da Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge by Ted Kremenek · 17 years ago
  31. 80aeaa2 Fixed 80-col violation. by Ted Kremenek · 17 years ago
  32. 8800742 Avoid redefinition of __objcFastEnumerationState by Fariborz Jahanian · 17 years ago
  33. d0091aa by Steve Naroff · 17 years ago
  34. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  35. a12a75f Remove non-ascii chaaracter from diagnostic by Fariborz Jahanian · 17 years ago
  36. 8c04a4c Fixed non-ASCII quote. by Ted Kremenek · 17 years ago
  37. 94cdb25 Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 17 years ago
  38. fea89c2 Added some text about the ccc script provided by Sanghyeon Seo. by Ted Kremenek · 17 years ago
  39. 64299f8 add support for the GCC -include option. by Chris Lattner · 17 years ago
  40. 2bfa533 Compiler driver by Seo Sanghyeon · 17 years ago
  41. 4b1daf0 Fix some 80 col violations by Chris Lattner · 17 years ago
  42. 3a2781c Ted apparently likes crazy whitespace at the end of line. Crush his spirit by by Chris Lattner · 17 years ago
  43. 531a1ea Put return type of synthesize method on same line as method declaration, space after method declaration header. by Fariborz Jahanian · 17 years ago
  44. b6d2360 Added "InfeasibleEdge" to represent an infeasible state transition. by Ted Kremenek · 17 years ago
  45. d577b5e Pass rewritten output to 'clang' for verification. by Fariborz Jahanian · 17 years ago
  46. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  47. 6f81811 by Steve Naroff · 17 years ago
  48. ffce4d5 by Steve Naroff · 17 years ago
  49. 974c676 Renamed various traits and classes. Added "Infeasible" bit to ExplodedNodeImpl by Ted Kremenek · 17 years ago
  50. bd12969 Renamed Stmt***Edge and ***StmtEdge (where *** = "Stmt" or "Blk") classes to by Ted Kremenek · 17 years ago
  51. a2f4ef2 Removed some files related to the path-sensitive solver as part of some by Ted Kremenek · 17 years ago
  52. 4a74678 by Steve Naroff · 17 years ago
  53. 58d1821 by Steve Naroff · 17 years ago
  54. c0a356b Fix isIntegerConstantExpr to compare against zero for casts to bool instead of by Chris Lattner · 17 years ago
  55. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  56. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  57. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  58. e84b040 Typo fixed. by Fariborz Jahanian · 17 years ago
  59. 7f93ce9 Another test case for testing rewriteing of nested foreach-statement. by Fariborz Jahanian · 17 years ago
  60. 3886012 Remove dependency on objc.h by Fariborz Jahanian · 17 years ago
  61. b8f13a8 by Steve Naroff · 17 years ago
  62. 3830f68 Fix a typo, patch by Mike Stump! by Chris Lattner · 17 years ago
  63. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  64. c2b51d8 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces. by Ted Kremenek · 17 years ago
  65. 6fa9b88 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespace. by Ted Kremenek · 17 years ago
  66. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  67. 94b3cdb readability improvement suggested by Sam Bishop, thanks! by Chris Lattner · 17 years ago
  68. b6d54e5 by Steve Naroff · 17 years ago
  69. 3f51a20 Added nodes_iterator to the GraphTrait for ExplodedNode<>. by Ted Kremenek · 17 years ago
  70. 5d78cf7 Added GraphTraits<> partial specializations for ExplodedNode<> classes. by Ted Kremenek · 17 years ago
  71. 7794e2e Relocated comment in header. by Ted Kremenek · 17 years ago
  72. d25725e Added more boilerplate for processing end-of-paths. by Ted Kremenek · 17 years ago
  73. ede5a4b Added ownership of "checker state" within the ExplodedGraph. Moved code that by Ted Kremenek · 17 years ago
  74. 10d24f0 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
  75. c5ae5cf Verify/add code to make sure types passed to interfaceTypesAreCompatible by Fariborz Jahanian · 17 years ago
  76. 4d73046 Fix a nasty corner case that Neil noticed in PR1900, where we would by Chris Lattner · 17 years ago
  77. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  78. 8cc71e8 Make interfaceTypesAreCompatible a private method. by Fariborz Jahanian · 17 years ago
  79. 4241b3d Renamed SimulVertex, SimulGraph, and SimulEngine to: by Ted Kremenek · 17 years ago
  80. 205712a Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
  81. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  82. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  83. d2656dd minor cleanup. by Chris Lattner · 17 years ago
  84. 6b61602 Fix typo by Nate Begeman · 17 years ago
  85. bd57d36 rearrange some code. by Chris Lattner · 17 years ago
  86. 70d67a9 some simplifications/cleanups to ?: sema. by Chris Lattner · 17 years ago
  87. 5d5d210 Emit warnings like "dereferencing void pointer" instead of trying to by Chris Lattner · 17 years ago
  88. 29dcc2f twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
  89. c3b59d3 Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
  90. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  91. e8b3e96 unnest vector handling again. by Chris Lattner · 17 years ago
  92. bdd15f7 Added a comment, minor refactoring of foreach parsing code per Chris's suggestion. by Fariborz Jahanian · 17 years ago
  93. 773a310 we already test for exact type matches early, so we don't have to do by Chris Lattner · 17 years ago
  94. fc144e2 simplify some of this code by removing the else/if chain and by by Chris Lattner · 17 years ago
  95. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  96. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  97. 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
  98. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  99. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  100. 6d9b9e4 fix a build problem where NULL isn't implicitly defined by the headers this file includes. by Chris Lattner · 17 years ago