1. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  2. 35634f5 Visit CompoundLiteralExpr and InitListExpr by Devang Patel · 17 years ago
  3. f04da13 Fix some long lines, move code around into logical groups. by Chris Lattner · 17 years ago
  4. e64b777 Use Ted's new mutable child iterators to update the tree as we rewrite it. by Chris Lattner · 17 years ago
  5. 22c0fcb Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
  6. c000609 by Steve Naroff · 17 years ago
  7. c4c429a by Devang Patel · 17 years ago
  8. 0e63f6b check base type. by Devang Patel · 17 years ago
  9. 71bcb09 Add notes. by Devang Patel · 17 years ago
  10. 977f14e Use isUnionType() predicate. by Devang Patel · 17 years ago
  11. 655bf3d untabify by Devang Patel · 17 years ago
  12. 21fdf41 Fixed a strange construct, please review. by Hartmut Kaiser · 17 years ago
  13. 7901652 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  14. ebf2b56 by Steve Naroff · 17 years ago
  15. dbb46b1 Fix typo. by Devang Patel · 17 years ago
  16. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  17. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  18. b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago
  19. 7e15891 by Steve Naroff · 17 years ago
  20. deef518 Patch to complete metadata generation for each implemented class. by Fariborz Jahanian · 17 years ago
  21. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  22. 9f0a1cb Patch for initialization of class's Meta-class metadata. by Fariborz Jahanian · 17 years ago
  23. e887c09 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  24. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  25. e203877 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  26. 58065b2 add NL at end of file by Gabor Greif · 17 years ago
  27. 776d6ff rewrite of metadata for implemented instance methods. by Fariborz Jahanian · 17 years ago
  28. 54d02e9 by Steve Naroff · 17 years ago
  29. 806a4eb by Steve Naroff · 17 years ago
  30. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  31. 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  32. 18e17e7 Minor grammar fix. by Ted Kremenek · 17 years ago
  33. 733002f by Steve Naroff · 17 years ago
  34. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  35. c266acd remove dead #include by Chris Lattner · 17 years ago
  36. 545b9ae First patch toward rewriting of objective-c's meta data. by Fariborz Jahanian · 17 years ago
  37. 3187e20 by Steve Naroff · 17 years ago
  38. 6acaabc Added StmtIterator.cpp and StmtIterator.h to the XCode project. by Ted Kremenek · 17 years ago
  39. c325e7f Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
  40. 401aa7b Replaced virtual method call to child_begin() in child_end() by by Ted Kremenek · 17 years ago
  41. c7c326a Fixed broken build. by Ted Kremenek · 17 years ago
  42. 95c062b Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  43. 19f092a Updated VC++ build system by Hartmut Kaiser · 17 years ago
  44. d4dd30f by Steve Naroff · 17 years ago
  45. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  46. fd8b4a4 by Steve Naroff · 17 years ago
  47. 994f939 remove extraneous space in @selector() by Chris Lattner · 17 years ago
  48. 02209fb remove typedef. by Chris Lattner · 17 years ago
  49. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
  50. 2777e49 Make control flow in Expr::isConstantExpr more simple and by Chris Lattner · 17 years ago
  51. 01c5748 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
  52. 5075477 Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 17 years ago
  53. 9d62a5b The size returned by Rewriter::getRangeSize should include by Chris Lattner · 17 years ago
  54. fd1f344 Fix assertion for raw lexer. by Chris Lattner · 17 years ago
  55. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  56. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  57. 168ae2d Add a new type of lexer: a raw lexer, which does not require a preprocessor by Chris Lattner · 17 years ago
  58. 417c909 by Steve Naroff · 17 years ago
  59. 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  60. e5956bd add some comments. by Chris Lattner · 17 years ago
  61. 3b8e891 by Steve Naroff · 17 years ago
  62. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  63. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  64. 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
  65. 1a86b33 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
  66. adc9b13 Fix the build. by Anders Carlsson · 17 years ago
  67. 5a59d92 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
  68. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  69. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  70. 81bfde9 by Steve Naroff · 17 years ago
  71. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  72. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  73. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  74. 3bea81b by Steve Naroff · 17 years ago
  75. 05de8bc publish location info by Chris Lattner · 17 years ago
  76. c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  77. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  78. 10864b4 these aren't const. by Chris Lattner · 17 years ago
  79. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  80. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  81. 983df5b by Steve Naroff · 17 years ago
  82. bd0be39 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 17 years ago
  83. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  84. a1fe117 by Steve Naroff · 17 years ago
  85. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  86. 2198891 by Steve Naroff · 17 years ago
  87. a642beb by Steve Naroff · 17 years ago
  88. ec0550f by Steve Naroff · 17 years ago
  89. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  90. be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  91. 7e219e4 by Steve Naroff · 17 years ago
  92. 954ea17 by Steve Naroff · 17 years ago
  93. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  94. 1ff8b58 Fix a warning by Anders Carlsson · 17 years ago
  95. ff1afdb by Steve Naroff · 17 years ago
  96. 3d58138 by Steve Naroff · 17 years ago
  97. 8de2826 by Steve Naroff · 17 years ago
  98. 58ff9e8 by Steve Naroff · 17 years ago
  99. 23af9f2 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
  100. 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago