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