1. 2f94f3c alloca.h doesn't exist on Windows. by Hartmut Kaiser · 17 years ago
  2. 7ffc9ed alloca.h is needed on Solaris by Gabor Greif · 17 years ago
  3. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  4. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  5. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  6. 708391a by Steve Naroff · 17 years ago
  7. 37387c9 by Steve Naroff · 17 years ago
  8. 3f128ad by Steve Naroff · 17 years ago
  9. 4b1aa81 remove some obsolete interfaces. by Chris Lattner · 17 years ago
  10. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  11. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  12. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  13. 1ff4f0c Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  14. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  15. 08d92e4 by Steve Naroff · 17 years ago
  16. f13271f by Steve Naroff · 17 years ago
  17. 7421664 by Steve Naroff · 17 years ago
  18. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  19. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  20. f38661e by Steve Naroff · 17 years ago
  21. 9474504 by Steve Naroff · 17 years ago
  22. 8e74c93 by Steve Naroff · 17 years ago
  23. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  24. c752d04 by Steve Naroff · 17 years ago
  25. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  26. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  27. bb20469 by Steve Naroff · 17 years ago
  28. 4473921 by Steve Naroff · 17 years ago
  29. 08d5139 by Steve Naroff · 17 years ago
  30. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  31. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  32. 3536b44 by Steve Naroff · 17 years ago
  33. 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  34. 7cf8c44 by Steve Naroff · 17 years ago
  35. 9e8925e by Steve Naroff · 17 years ago
  36. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  37. 371227d by Steve Naroff · 17 years ago
  38. 0e85a27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  39. d35005e by Steve Naroff · 17 years ago
  40. 38374b0 by Steve Naroff · 17 years ago
  41. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  42. f009063 by Steve Naroff · 17 years ago
  43. 9dcbfa4 by Steve Naroff · 17 years ago
  44. 507f2d5 by Steve Naroff · 17 years ago
  45. b5a6958 by Steve Naroff · 17 years ago
  46. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  47. 9e2b75c diagnose extended uses of offsetof by Chris Lattner · 17 years ago
  48. d7444aa by Steve Naroff · 17 years ago
  49. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  50. 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 17 years ago
  51. 711602b Sema::ParseCastExpr() missing call to UsualUnaryConversions(). by Steve Naroff · 17 years ago
  52. 42471f8 by Steve Naroff · 17 years ago
  53. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  54. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  55. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  56. 6f4b92c Fix 80 col violations. by Chris Lattner · 17 years ago
  57. 915311c Fix a regression on test/Sema/unused-expr.c by fixing the type predicates by Chris Lattner · 17 years ago
  58. fb22d96 by Steve Naroff · 17 years ago
  59. 79859c3 Spaces not tabs. by Neil Booth · 17 years ago
  60. b944951 Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  61. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  62. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  63. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 17 years ago
  64. b291ab6 by Steve Naroff · 17 years ago
  65. 5912a35 by Steve Naroff · 17 years ago
  66. 53a3234 by Steve Naroff · 17 years ago
  67. ba61556 Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 17 years ago
  68. 17d1b2a add a sourcelocation to binary operator to keep track of the location of the operator. by Chris Lattner · 17 years ago
  69. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  70. e8c600f Fixed return-of-stack-address checker to correctly handle stack/global by Ted Kremenek · 17 years ago
  71. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  72. d1eb332 c++'0x has long long also. by Chris Lattner · 17 years ago
  73. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  74. 98e0863 fix 80 col violation by Chris Lattner · 17 years ago
  75. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  76. 211a30e add a diagnostic: by Chris Lattner · 17 years ago
  77. e37f0be move a todo by Chris Lattner · 17 years ago
  78. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  79. 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 17 years ago
  80. e1223f7 by Steve Naroff · 17 years ago
  81. 2996036 Some minor aesthetic changes to the control flow. by Steve Naroff · 17 years ago
  82. 55fe455 Fix remaining bugs with complex/float promotions. by Steve Naroff · 17 years ago
  83. 421a23d Fix a few enum-related fixme's by Chris Lattner · 17 years ago
  84. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 17 years ago
  85. 96eabe0 Updated checker for "return of address of stack variable" to look for by Ted Kremenek · 17 years ago
  86. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
  87. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  88. 77878cc by Steve Naroff · 17 years ago
  89. f1448a0 by Steve Naroff · 17 years ago
  90. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  91. 5e9885d Fix %p format checking, patch by Keith Bauer. by Chris Lattner · 17 years ago
  92. a9e2ea1 For warnings like this: by Chris Lattner · 17 years ago
  93. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  94. 26b8ff4 by Steve Naroff · 17 years ago
  95. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  96. cc26ed7 require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 17 years ago
  97. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  98. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  99. 6e400c2 1.0 is double, 1.0F is a float. by Chris Lattner · 17 years ago
  100. a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 17 years ago