1. 529a4ad by Steve Naroff · 17 years ago
  2. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  3. 584b247 Add comment to CheckVectorCast.h by Anders Carlsson · 17 years ago
  4. a64db8f Report errors for invalid casts from/to vectors. by Anders Carlsson · 17 years ago
  5. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  6. a21ddb3 Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
  7. 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  8. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  9. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  10. 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago
  11. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  12. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  13. 5519644 Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
  14. 9219928 by Steve Naroff · 17 years ago
  15. 91578f3 by Steve Naroff · 17 years ago
  16. f82228f Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  17. 49f109c by Steve Naroff · 17 years ago
  18. 335eafa by Steve Naroff · 17 years ago
  19. 7e3411b by Steve Naroff · 17 years ago
  20. ddd600f by Steve Naroff · 17 years ago
  21. 41af093 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  22. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  23. bff5f5c Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
  24. c8f488d Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  25. 0da493e Updated diagnostic for -Wfloat-equal to underline the offending expressions. by Ted Kremenek · 17 years ago
  26. 66296cb by Steve Naroff · 17 years ago
  27. 817da7c by Steve Naroff · 17 years ago
  28. b245a33 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
  29. 8eabdff by Steve Naroff · 17 years ago
  30. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  31. e1e6c0d by Steve Naroff · 17 years ago
  32. cffff84 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  33. 0523aaf 'super' nailed. by Fariborz Jahanian · 17 years ago
  34. bd278bc by Steve Naroff · 17 years ago
  35. 7779db4 by Steve Naroff · 17 years ago
  36. 0330071 by Steve Naroff · 17 years ago
  37. 0755aba by Steve Naroff · 17 years ago
  38. eaf5f41 by Steve Naroff · 17 years ago
  39. 6649992 by Steve Naroff · 17 years ago
  40. d6d054d by Steve Naroff · 17 years ago
  41. 7c24915 by Steve Naroff · 17 years ago
  42. 0416fb9 by Steve Naroff · 17 years ago
  43. d848a38 by Steve Naroff · 17 years ago
  44. c43d868 by Steve Naroff · 17 years ago
  45. 8f2c735 Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
  46. f68a63f by Steve Naroff · 17 years ago
  47. 439d28c Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
  48. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  49. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  50. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  51. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  52. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  53. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  54. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  55. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  56. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  57. 945c0a8 by Steve Naroff · 17 years ago
  58. db611d5 by Steve Naroff · 17 years ago
  59. beaf299 by Steve Naroff · 17 years ago
  60. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  61. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  62. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  63. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  64. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  65. 54e6235 Propagate bitfield info. by Devang Patel · 17 years ago
  66. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  67. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  68. 8ee529b by Steve Naroff · 17 years ago
  69. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  70. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  71. 8be9d0a Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  72. 09b266e by Steve Naroff · 17 years ago
  73. 59092d0 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  74. fb1051b minor tweaks by Chris Lattner · 17 years ago
  75. bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  76. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  77. 423cb56 by Steve Naroff · 17 years ago
  78. 2feac5e by Steve Naroff · 17 years ago
  79. f908a87 by Steve Naroff · 17 years ago
  80. 60fccee by Steve Naroff · 17 years ago
  81. 72cb1ae Added some comments. by Ted Kremenek · 17 years ago
  82. 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  83. e780f0d For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  84. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  85. 84d35ce when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  86. 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  87. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  88. bef1185 by Steve Naroff · 17 years ago
  89. 7780d2d This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  90. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  91. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  92. 806a4eb by Steve Naroff · 17 years ago
  93. 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  94. 733002f by Steve Naroff · 17 years ago
  95. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  96. 3187e20 by Steve Naroff · 17 years ago
  97. d4dd30f by Steve Naroff · 17 years ago
  98. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  99. fd8b4a4 by Steve Naroff · 17 years ago
  100. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago