1. 752d6ef by Steve Naroff · 17 years ago
  2. 423cb56 by Steve Naroff · 17 years ago
  3. 2feac5e by Steve Naroff · 17 years ago
  4. f908a87 by Steve Naroff · 17 years ago
  5. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  6. 160eb65 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  7. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  8. 4d733d3 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  9. bef1185 by Steve Naroff · 17 years ago
  10. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  11. edcfb42 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  12. ccd87b0 Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  13. 158ecb9 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  14. 8e991ba Refactored RewriteObjcMethodsMetaData to better rewrite by Fariborz Jahanian · 17 years ago
  15. 934f276 More work on translating message expressions. by Steve Naroff · 17 years ago
  16. 1a0965e Remove explicit use of size of known structs in metadata generation. by Fariborz Jahanian · 17 years ago
  17. 454cb01 Couple of minor changes. 1) Metaclass metadata also has a reference to by Fariborz Jahanian · 17 years ago
  18. 2e6d935 Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  19. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  20. f04da13 Fix some long lines, move code around into logical groups. by Chris Lattner · 17 years ago
  21. e64b777 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 17 years ago
  22. c000609 by Steve Naroff · 17 years ago
  23. ebf2b56 by Steve Naroff · 17 years ago
  24. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  25. 7e15891 by Steve Naroff · 17 years ago
  26. deef518 Patch to complete metadata generation for each implemented class. by Fariborz Jahanian · 17 years ago
  27. 9f0a1cb Patch for initialization of class's Meta-class metadata. by Fariborz Jahanian · 17 years ago
  28. e887c09 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  29. 776d6ff rewrite of metadata for implemented instance methods. by Fariborz Jahanian · 17 years ago
  30. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  31. 545b9ae First patch toward rewriting of objective-c's meta data. by Fariborz Jahanian · 17 years ago
  32. 01c5748 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
  33. 5075477 Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 17 years ago
  34. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  35. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  36. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  37. 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  38. adc9b13 Fix the build. by Anders Carlsson · 17 years ago
  39. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  40. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  41. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  42. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  43. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  44. 8de2826 by Steve Naroff · 17 years ago
  45. 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago
  46. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  47. 7c23960 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
  48. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  49. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  50. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  51. ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  52. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  53. a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  54. 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  55. 640db42 by Steve Naroff · 17 years ago
  56. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  57. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  58. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  59. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  60. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  61. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  62. 2204ec1 add a missing ; by Chris Lattner · 17 years ago
  63. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  64. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  65. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  66. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  67. 41193e4 Moved "VerifyDiagnostics" variable declaration to right below ProgAction by Ted Kremenek · 17 years ago
  68. 42e04c7 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  69. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  70. c5f45e3 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  71. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  72. 786d337 Changed command line options "-check-dead-stores" and by Ted Kremenek · 17 years ago
  73. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  74. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  75. 91a0c62 Made driver flag --check-uninit-values more self-explanatory. by Ted Kremenek · 17 years ago
  76. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  77. 1225966 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  78. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  79. dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
  80. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  81. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  82. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  83. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  84. 08d92e4 by Steve Naroff · 17 years ago
  85. 8e74c93 by Steve Naroff · 17 years ago
  86. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  87. bb20469 by Steve Naroff · 17 years ago
  88. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  89. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  90. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  91. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  92. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  93. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  94. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  95. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  96. 717e7e3 silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  97. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  98. f01654f When relexing the file to find expected warnings/errors, make sure by Chris Lattner · 17 years ago
  99. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  100. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago