1. 4a0f5f1 Merged ExplodedNode.h into ExplodedGraph.h, since the ExplodedNode class will by Ted Kremenek · 17 years ago
  2. 46dc4e5 Changed implementation of successor and predecessor sets for ExplodedNode by Ted Kremenek · 17 years ago
  3. 8f978d5 allow __func__ in objc methods. by Chris Lattner · 17 years ago
  4. 1423ea4 Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  5. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  6. 3c6f6a7 Fix a fixme, by only parsing extern "C" in C++ mode. by Chris Lattner · 17 years ago
  7. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  8. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  9. 3d2da3d Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead. by Ted Kremenek · 17 years ago
  10. 33bfb5c Added ProgramPoint.cpp, which implements several methods of the subclasses by Ted Kremenek · 17 years ago
  11. a1d44b5 Renamed ProgramEdge.h to ProgramPoint.h by Ted Kremenek · 17 years ago
  12. 83c01da Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge by Ted Kremenek · 17 years ago
  13. 80aeaa2 Fixed 80-col violation. by Ted Kremenek · 17 years ago
  14. 8800742 Avoid redefinition of __objcFastEnumerationState by Fariborz Jahanian · 17 years ago
  15. d0091aa by Steve Naroff · 17 years ago
  16. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  17. a12a75f Remove non-ascii chaaracter from diagnostic by Fariborz Jahanian · 17 years ago
  18. 8c04a4c Fixed non-ASCII quote. by Ted Kremenek · 17 years ago
  19. 94cdb25 Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 17 years ago
  20. fea89c2 Added some text about the ccc script provided by Sanghyeon Seo. by Ted Kremenek · 17 years ago
  21. 64299f8 add support for the GCC -include option. by Chris Lattner · 17 years ago
  22. 2bfa533 Compiler driver by Seo Sanghyeon · 17 years ago
  23. 4b1daf0 Fix some 80 col violations by Chris Lattner · 17 years ago
  24. 3a2781c Ted apparently likes crazy whitespace at the end of line. Crush his spirit by by Chris Lattner · 17 years ago
  25. 531a1ea Put return type of synthesize method on same line as method declaration, space after method declaration header. by Fariborz Jahanian · 17 years ago
  26. b6d2360 Added "InfeasibleEdge" to represent an infeasible state transition. by Ted Kremenek · 17 years ago
  27. d577b5e Pass rewritten output to 'clang' for verification. by Fariborz Jahanian · 17 years ago
  28. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  29. 6f81811 by Steve Naroff · 17 years ago
  30. ffce4d5 by Steve Naroff · 17 years ago
  31. 974c676 Renamed various traits and classes. Added "Infeasible" bit to ExplodedNodeImpl by Ted Kremenek · 17 years ago
  32. bd12969 Renamed Stmt***Edge and ***StmtEdge (where *** = "Stmt" or "Blk") classes to by Ted Kremenek · 17 years ago
  33. a2f4ef2 Removed some files related to the path-sensitive solver as part of some by Ted Kremenek · 17 years ago
  34. 4a74678 by Steve Naroff · 17 years ago
  35. 58d1821 by Steve Naroff · 17 years ago
  36. c0a356b Fix isIntegerConstantExpr to compare against zero for casts to bool instead of by Chris Lattner · 17 years ago
  37. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  38. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  39. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  40. e84b040 Typo fixed. by Fariborz Jahanian · 17 years ago
  41. 7f93ce9 Another test case for testing rewriteing of nested foreach-statement. by Fariborz Jahanian · 17 years ago
  42. 3886012 Remove dependency on objc.h by Fariborz Jahanian · 17 years ago
  43. b8f13a8 by Steve Naroff · 17 years ago
  44. 3830f68 Fix a typo, patch by Mike Stump! by Chris Lattner · 17 years ago
  45. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  46. c2b51d8 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces. by Ted Kremenek · 17 years ago
  47. 6fa9b88 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespace. by Ted Kremenek · 17 years ago
  48. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  49. 94b3cdb readability improvement suggested by Sam Bishop, thanks! by Chris Lattner · 17 years ago
  50. b6d54e5 by Steve Naroff · 17 years ago
  51. 3f51a20 Added nodes_iterator to the GraphTrait for ExplodedNode<>. by Ted Kremenek · 17 years ago
  52. 5d78cf7 Added GraphTraits<> partial specializations for ExplodedNode<> classes. by Ted Kremenek · 17 years ago
  53. 7794e2e Relocated comment in header. by Ted Kremenek · 17 years ago
  54. d25725e Added more boilerplate for processing end-of-paths. by Ted Kremenek · 17 years ago
  55. ede5a4b Added ownership of "checker state" within the ExplodedGraph. Moved code that by Ted Kremenek · 17 years ago
  56. 10d24f0 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
  57. c5ae5cf Verify/add code to make sure types passed to interfaceTypesAreCompatible by Fariborz Jahanian · 17 years ago
  58. 4d73046 Fix a nasty corner case that Neil noticed in PR1900, where we would by Chris Lattner · 17 years ago
  59. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  60. 8cc71e8 Make interfaceTypesAreCompatible a private method. by Fariborz Jahanian · 17 years ago
  61. 4241b3d Renamed SimulVertex, SimulGraph, and SimulEngine to: by Ted Kremenek · 17 years ago
  62. 205712a Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
  63. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  64. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  65. d2656dd minor cleanup. by Chris Lattner · 17 years ago
  66. 6b61602 Fix typo by Nate Begeman · 17 years ago
  67. bd57d36 rearrange some code. by Chris Lattner · 17 years ago
  68. 70d67a9 some simplifications/cleanups to ?: sema. by Chris Lattner · 17 years ago
  69. 5d5d210 Emit warnings like "dereferencing void pointer" instead of trying to by Chris Lattner · 17 years ago
  70. 29dcc2f twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
  71. c3b59d3 Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
  72. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  73. e8b3e96 unnest vector handling again. by Chris Lattner · 17 years ago
  74. bdd15f7 Added a comment, minor refactoring of foreach parsing code per Chris's suggestion. by Fariborz Jahanian · 17 years ago
  75. 773a310 we already test for exact type matches early, so we don't have to do by Chris Lattner · 17 years ago
  76. fc144e2 simplify some of this code by removing the else/if chain and by by Chris Lattner · 17 years ago
  77. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  78. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  79. 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
  80. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  81. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  82. 6d9b9e4 fix a build problem where NULL isn't implicitly defined by the headers this file includes. by Chris Lattner · 17 years ago
  83. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  84. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  85. c992b4a update for changes in diagnostic strings. by Chris Lattner · 17 years ago
  86. 2119c48 regroup assignment-related diagnostics, fix a mistake in one. by Chris Lattner · 17 years ago
  87. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  88. 58ca5f5 renamed class "GRCP" (Graph Reachabilty Constant Propagation) to by Ted Kremenek · 17 years ago
  89. 05abf8c Implemented End-Of-Path processing. by Ted Kremenek · 17 years ago
  90. 7978452 Initial checking of GRConstantPropagation.cpp, which implements a constant by Ted Kremenek · 17 years ago
  91. 1dcf0a4 Fixed misuse of pointer within SimulVertex::addPredecessor() by Ted Kremenek · 17 years ago
  92. f3b9212 SimulGraph::getVertex() now also returns a bool indicating if the returned by Ted Kremenek · 17 years ago
  93. 5156ad8 Constified methods front() and back() in CFGBlock. by Ted Kremenek · 17 years ago
  94. 02ad1a2 De-constified the pointers returned by the Dst() and Src() methods of by Ted Kremenek · 17 years ago
  95. e5dc608 Couple more uninitialized before use warning elimination. by Fariborz Jahanian · 17 years ago
  96. bca14a2 Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
  97. 9d3185e Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
  98. 3a57077 simplify the lexer a bit, pulling stuff out of the default case. by Chris Lattner · 17 years ago
  99. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  100. c89bf69 fix long lines. by Chris Lattner · 17 years ago