1. 3981bf7 Test. by Steve Naroff · 17 years ago
  2. 4c535ac Added method "getSourceMgr" to class Rewriter. by Ted Kremenek · 17 years ago
  3. 17feadf add 'clean' targets, make sure that 'make test' works after 'make clean' by Gabor Greif · 17 years ago
  4. cf20b48 let the %t magic happen, thanks Chris! by Gabor Greif · 17 years ago
  5. ab72ffe Switch over to the parallelized makefile, but keep old serial by Gabor Greif · 17 years ago
  6. f90a248 move #include to the file that needs it. by Chris Lattner · 17 years ago
  7. 6a1bc1b Fix a typo by Nate Begeman · 17 years ago
  8. 2679e48 Fix <rdar://problem/5716940> rewriter generates invalid C code when no selector found. by Steve Naroff · 17 years ago
  9. 2a22816 Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeConstantString). by Steve Naroff · 17 years ago
  10. 58cda6f Fix assertion. by Ted Kremenek · 17 years ago
  11. 14a1140 Fix integer overflow bug when processing switch statements. by Ted Kremenek · 17 years ago
  12. 7ffa0aa Properly hook up inline asm transfer function logic to the main GRExprEngine logic. by Ted Kremenek · 17 years ago
  13. f81eac6 Updated VS project files to reference all libraries in the "lib" subdirectory. by Ted Kremenek · 17 years ago
  14. ef44bfb Added initial transfer function support for inline asm. by Ted Kremenek · 17 years ago
  15. ec2f7dc Added "inputs" and "outputs" iterator (expression) for AsmStmt. by Ted Kremenek · 17 years ago
  16. b4992db finishing touches: teminate the dots with a newline by Gabor Greif · 17 years ago
  17. 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
  18. a716d7a Bug fix in CFG construction: VisitCompoundStmt should return the last created block. by Ted Kremenek · 17 years ago
  19. 119c65d Implemented verbose mode. by Gabor Greif · 17 years ago
  20. e1d2647 Simplify further by creating *.testresults files by Gabor Greif · 17 years ago
  21. 53c5567 Get rid of the creation of secondary makefile "Makefile.tests". by Gabor Greif · 17 years ago
  22. 947a8b5 More review feedback implemented: by Gabor Greif · 17 years ago
  23. 0f23303 Actually expand the %t1 patterns (in RUN: lines) to a unique by Gabor Greif · 17 years ago
  24. 5ca1b5a Second round of review feedback. by Gabor Greif · 17 years ago
  25. b5feb35 eliminate the last signed element count. by Chris Lattner · 17 years ago
  26. a567425 clean up iteration over propertydecls. by Chris Lattner · 17 years ago
  27. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
  28. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 17 years ago
  29. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 17 years ago
  30. f3a7af9 Convert more counts to be zero based instead of -1 based, make them unsigned. by Chris Lattner · 17 years ago
  31. 75c9cae add two more Create methods. by Chris Lattner · 17 years ago
  32. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 17 years ago
  33. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 17 years ago
  34. 62db2f4 make some more 'counts' unsigned. by Chris Lattner · 17 years ago
  35. a906135 make NumClassMethods unsigned in categories by Chris Lattner · 17 years ago
  36. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
  37. 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 17 years ago
  38. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 17 years ago
  39. f962808 hoist a bunch of casting. by Chris Lattner · 17 years ago
  40. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
  41. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 17 years ago
  42. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 17 years ago
  43. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 17 years ago
  44. 1e03a56 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 17 years ago
  45. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  46. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago
  47. fbdeba1 Make a ctor protected by Chris Lattner · 17 years ago
  48. 4454006 Fixed 80 col. violations. by Ted Kremenek · 17 years ago
  49. 8b65de4 Disable creation of "ContentsOf" symbols. It was fundamentally broken on many by Ted Kremenek · 17 years ago
  50. c63e660 move the ASTContext argument to be first in the argument list of by Chris Lattner · 17 years ago
  51. a98e58d Switch over functiondecl. This makes it obvious that the ASTContext by Chris Lattner · 17 years ago
  52. 9e151e1 switch the VarDecl allocation model to go through ASTContext. by Chris Lattner · 17 years ago
  53. 8fb64e8 implement a bit of feedback: print dots by Gabor Greif · 17 years ago
  54. d9d1cbf Added initialization to ErrorDiag to silence gcc's warning of the variable by Ted Kremenek · 17 years ago
  55. 2677ea8 Small bug fix in CFG construction: the active block for LabelStmts comes by Ted Kremenek · 17 years ago
  56. 021e970 First draft of a parallelized test methodology. Improvements soon. by Gabor Greif · 17 years ago
  57. 6c2b6eb start switching decls over to using an allocator controlled by ASTContext. by Chris Lattner · 17 years ago
  58. d3b9065 various minor cleanups. by Chris Lattner · 17 years ago
  59. 3b4a8ef Handle StmtExprs whose last contained statement is not an expression. by Ted Kremenek · 17 years ago
  60. 897781a Compute alignment in bytes, not bits. by Ted Kremenek · 17 years ago
  61. 87e8034 Implement transfer function logic for alignof operator (types). by Ted Kremenek · 17 years ago
  62. 5139c78 Added transfer function support in GRExprEngine for __extension__. by Ted Kremenek · 17 years ago
  63. 3652c2d Link against the correct ObjC string class (__CFConstantStringClassReference) and fix length computation (removing a FIXME). by Steve Naroff · 17 years ago
  64. d82a9ab Remove ObjC rewriter dependency on GCC's __builtin___CFStringMakeConstantString. by Steve Naroff · 17 years ago
  65. 76fdbde "panic" has 5 letters, not 4. Bug pointed out by Nuno Lopes! by Ted Kremenek · 17 years ago
  66. 636e6ba Hack to hardwire in some panic functions that are not marked noreturn. by Ted Kremenek · 17 years ago
  67. 1b9df4c Emit warnings for undefined control-flow. by Ted Kremenek · 17 years ago
  68. c8e89a8 Correctly error on arrays with automatic storage full of objects with by Nate Begeman · 17 years ago
  69. 63bbe53 Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing by Ted Kremenek · 17 years ago
  70. 6d39760 add initial support for generating an llvm.globalctors list. Patch by David Chisnall by Chris Lattner · 17 years ago
  71. 1121519 Only compute targetinfo once and don't leak it. Patch by Sam Bishop! by Chris Lattner · 17 years ago
  72. eb50ed8 Make the preprocessor own its PPCallbacks, fixing a memory leak. by Chris Lattner · 17 years ago
  73. 5af27e0 ISO/IEC TR 18037 by Nate Begeman · 17 years ago
  74. 2b59a2c Fix comment by Nate Begeman · 17 years ago
  75. 7cb1593 The LiveVariables analysis no longer requires a FunctionDecl&; this allows it by Ted Kremenek · 17 years ago
  76. 043a0b5 handle __extension__ properly at block scope. by Chris Lattner · 17 years ago
  77. 691a38b instead of passing in null end location info, pass in the same as start. by Chris Lattner · 17 years ago
  78. 81c018d improve DeclStmt to be able to store SourceRange info correctly. by Chris Lattner · 17 years ago
  79. 3de54ff Add note about asm constraints. by Anders Carlsson · 17 years ago
  80. 4102af9 Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt: by Ted Kremenek · 17 years ago
  81. 5518e7c Two fixes to RewriteTest::RewriteObjCIvarRefExpr(): by Steve Naroff · 17 years ago
  82. 361fa8e Changed CallRetValSymbol to SymbolConjured to allow "conjured" symbols to be created for any expression, not just CallExprs. by Ted Kremenek · 17 years ago
  83. 819173c Minor aesthetic improvement (after I reviewed my last commit). by Steve Naroff · 17 years ago
  84. 39bbd9f Avoid using the "unnamed struct field" extension (enabled with -fms-extensions). This feature/extension silently does the wrong thing in g++. As far as I can tell, g++ simply throws the field away entirely (note that it works fine with gcc). Since I am now always casting the object (for other reasons), accessing protected/public fields simply requires the cast refer to the defining class. This solution is simpler all around (thanks to Chris for suggesting it). by Steve Naroff · 17 years ago
  85. 199e1a0 Added generation of symbolic values for the return values of functions that have by Ted Kremenek · 17 years ago
  86. f923a91 In GRSimpleVals, added the generation of symbolic values for the return values by Ted Kremenek · 17 years ago
  87. e0e0c94 Update to reflect changes in parameter attribute api. by Chris Lattner · 17 years ago
  88. dbb6543 Use the "used" attribute. Without it, g++ removes all the meta-data:-( This doesn't happen when compiling straight C code. by Steve Naroff · 17 years ago
  89. 7ec07fd Improved ExplodedGraph::Trim to only show nodes reachable from a reverse BFS by Ted Kremenek · 17 years ago
  90. 3c64d9e -Add missing visitor for ObjCIvarRefExpr. by Steve Naroff · 17 years ago
  91. b1f4080 Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang. by Steve Naroff · 17 years ago
  92. a8b5364 Fixed regression in SymbolManager introduced in r48272. by Ted Kremenek · 17 years ago
  93. 00a3a5f Prototype (pre-alpha) implementation of CFRef checker. by Ted Kremenek · 17 years ago
  94. 8eb4a5e Remove more dependencies on C "flexible array member" idiom (when generating meta-data). by Steve Naroff · 17 years ago
  95. 05b8c78 Make ivar rewrite C++ friendly (since C++ forces a unified namespace for typedefs/structures). The previous version of the rewriter generated both a type def and structure def for each class (which doesn't fly in C++). by Steve Naroff · 17 years ago
  96. f394804 Added pretty-printing support for checker-specific state for the CFRefCount checker. by Ted Kremenek · 17 years ago
  97. 75da3e8 Expanded graph-visualization to include optional pretty-printing of checker-specific state. by Ted Kremenek · 17 years ago
  98. 461f977 Expanded ValueState pretty-printing to use an optional "CheckerStatePrinter" by Ted Kremenek · 17 years ago
  99. 493d7a2 Expanded graph visualization interface to include specifying a range of by Ted Kremenek · 17 years ago
  100. 23f4127 Make "super" rewrite for class methods C++ friendly (follow-up from last commit). by Steve Naroff · 17 years ago