1. 98086ae Minor grammar fix. by Ted Kremenek · 17 years ago
  2. bc8c52e by Steve Naroff · 17 years ago
  3. 45d52f7 Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  4. ab88a71 remove dead #include by Chris Lattner · 17 years ago
  5. 640a01f First patch toward rewriting of objective-c's meta data. by Fariborz Jahanian · 17 years ago
  6. 7438fdf by Steve Naroff · 17 years ago
  7. 8995b8a Added StmtIterator.cpp and StmtIterator.h to the XCode project. by Ted Kremenek · 17 years ago
  8. 6d11267 Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
  9. 2902402 Replaced virtual method call to child_begin() in child_end() by by Ted Kremenek · 17 years ago
  10. 38290e8 Fixed broken build. by Ted Kremenek · 17 years ago
  11. c62f6b9 Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  12. 46ac4c5 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  13. 144667e by Steve Naroff · 17 years ago
  14. 6931830 UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  15. 2edd56e by Steve Naroff · 17 years ago
  16. c17ccab remove extraneous space in @selector() by Chris Lattner · 17 years ago
  17. d95878d remove typedef. by Chris Lattner · 17 years ago
  18. 4f39825 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
  19. 06db613 Make control flow in Expr::isConstantExpr more simple and by Chris Lattner · 17 years ago
  20. bf0bfa6 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
  21. e33506b Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 17 years ago
  22. 93e2a4e The size returned by Rewriter::getRangeSize should include by Chris Lattner · 17 years ago
  23. dcb9f5d Fix assertion for raw lexer. by Chris Lattner · 17 years ago
  24. 761d76b Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  25. 2ba8535 wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  26. 342dccb Add a new type of lexer: a raw lexer, which does not require a preprocessor by Chris Lattner · 17 years ago
  27. 179d91f by Steve Naroff · 17 years ago
  28. 10364dd Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  29. eb6d6b5 add some comments. by Chris Lattner · 17 years ago
  30. 6e1406c by Steve Naroff · 17 years ago
  31. b391e6e Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  32. ff08d2c Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  33. 1ed172d fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  34. 855d78d Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
  35. b3e6563 Fix the build. by Anders Carlsson · 17 years ago
  36. 4bcd384 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
  37. 221bb8d Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  38. 957448a Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  39. 5266418 by Steve Naroff · 17 years ago
  40. cfd61c8 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  41. 6fe8b27 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  42. 080f3d0 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  43. 171f5b1 by Steve Naroff · 17 years ago
  44. 034beb2 publish location info by Chris Lattner · 17 years ago
  45. da25d11 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  46. 74db168 Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  47. 53a24b7 these aren't const. by Chris Lattner · 17 years ago
  48. 9a111a0 Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  49. f807c20 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  50. 7e46145 by Steve Naroff · 17 years ago
  51. d1cedd3 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 17 years ago
  52. 5f505bf initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  53. 134c350 by Steve Naroff · 17 years ago
  54. 056c6b0 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  55. f2e3031 by Steve Naroff · 17 years ago
  56. fb9dd75 by Steve Naroff · 17 years ago
  57. 85f0dc5 by Steve Naroff · 17 years ago
  58. 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  59. d4e36e4 Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  60. 9d12c90 by Steve Naroff · 17 years ago
  61. 1a402e6 by Steve Naroff · 17 years ago
  62. 55bfe0d Add support for Pascal strings. by Anders Carlsson · 17 years ago
  63. 124b967 Fix a warning by Anders Carlsson · 17 years ago
  64. 705380b by Steve Naroff · 17 years ago
  65. f66d84a by Steve Naroff · 17 years ago
  66. d5d1873 by Steve Naroff · 17 years ago
  67. 8255b04 by Steve Naroff · 17 years ago
  68. 8884245 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
  69. e471a3b haha, my devious plot is complete: by Chris Lattner · 17 years ago
  70. 8b58e8a Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  71. cea0bcc With this I can now insert stuff before tabs, woo. by Chris Lattner · 17 years ago
  72. f5e7f84 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  73. 3cfe3d3 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
  74. cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  75. d376f08 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  76. 1003f49 remove dead method with bogus comment. by Chris Lattner · 17 years ago
  77. 550e050 Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  78. 035d879 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  79. 136df56 add a new SM::getDecomposedFileLoc method. by Chris Lattner · 17 years ago
  80. 8eaeff5 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
  81. dc36dc1 Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  82. a4da5f6 by Steve Naroff · 17 years ago
  83. e267480 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  84. 23f968b Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  85. 9e1db88 Temporary fix to test case. This area is currently under construction...test case will be changing again soon. by Steve Naroff · 17 years ago
  86. 4a6e453 add comments. by Chris Lattner · 17 years ago
  87. 42166a8 Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
  88. 05d212a This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  89. 569faa6 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  90. 84a34f5 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  91. f7f9214 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
  92. 1b188fd clarify by Chris Lattner · 17 years ago
  93. d855a6e slightly simplify interface by Chris Lattner · 17 years ago
  94. fb5b1e8 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  95. 91193f6 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  96. b429ae4 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  97. 7defaf4 update argument. by Chris Lattner · 17 years ago
  98. 664dd08 rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  99. 4045a8a rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  100. 71c0111 Fix 80 col violations. by Chris Lattner · 17 years ago