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