1. 342f360 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
  2. 2ce5dc5 'super' nailed. by Fariborz Jahanian · 17 years ago
  3. 5eb2a4a by Steve Naroff · 17 years ago
  4. 0091d14 by Steve Naroff · 17 years ago
  5. ce82758 by Steve Naroff · 17 years ago
  6. b1c7ad9 by Steve Naroff · 17 years ago
  7. 1ddb6f5 by Steve Naroff · 17 years ago
  8. 75c4baf by Steve Naroff · 17 years ago
  9. 1e1c391 by Steve Naroff · 17 years ago
  10. 0add5d2 by Steve Naroff · 17 years ago
  11. ae84af8 by Steve Naroff · 17 years ago
  12. 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  13. 02a82aa by Steve Naroff · 17 years ago
  14. 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  15. 486509e Added some comments. by Ted Kremenek · 17 years ago
  16. cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  17. dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  18. 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  19. a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  20. db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  21. 96f136d by Steve Naroff · 17 years ago
  22. 20b40e4 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  23. bc8c52e by Steve Naroff · 17 years ago
  24. 7438fdf by Steve Naroff · 17 years ago
  25. 144667e by Steve Naroff · 17 years ago
  26. 6931830 UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  27. b391e6e Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  28. 957448a Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  29. 5266418 by Steve Naroff · 17 years ago
  30. cfd61c8 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  31. 171f5b1 by Steve Naroff · 17 years ago
  32. f807c20 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  33. 7e46145 by Steve Naroff · 17 years ago
  34. 5f505bf initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  35. 134c350 by Steve Naroff · 17 years ago
  36. f2e3031 by Steve Naroff · 17 years ago
  37. 85f0dc5 by Steve Naroff · 17 years ago
  38. 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  39. 55bfe0d Add support for Pascal strings. by Anders Carlsson · 17 years ago
  40. 705380b by Steve Naroff · 17 years ago
  41. cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  42. 71c0111 Fix 80 col violations. by Chris Lattner · 17 years ago
  43. ee1de13 by Steve Naroff · 17 years ago
  44. fa465d1 by Steve Naroff · 17 years ago
  45. 6cb1d36 by Steve Naroff · 17 years ago
  46. 4ed9d66 by Steve Naroff · 17 years ago
  47. 858eece Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  48. 4bc52ce by Steve Naroff · 17 years ago
  49. c39ca26 by Steve Naroff · 17 years ago
  50. d3f5ee4 by Steve Naroff · 17 years ago
  51. f0c31dd Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  52. 5cbb02f Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  53. 87d58b4 Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  54. 0acc9c9 by Steve Naroff · 17 years ago
  55. 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  56. 1c9de71 by Steve Naroff · 17 years ago
  57. 7c9d72d by Steve Naroff · 17 years ago
  58. e14e554 by Steve Naroff · 17 years ago
  59. b37522e diagnose extended uses of offsetof by Chris Lattner · 17 years ago
  60. 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago
  61. 68adb48 Sema::ParseCastExpr() missing call to UsualUnaryConversions(). by Steve Naroff · 17 years ago
  62. 2af6a80 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  63. 0d9bcea implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  64. bd3cc22 Fix a regression on test/Sema/unused-expr.c by fixing the type predicates by Chris Lattner · 17 years ago
  65. 9bd4708 Spaces not tabs. by Neil Booth · 17 years ago
  66. 7421e9c Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  67. ec761af Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  68. db65e05 by Steve Naroff · 17 years ago
  69. d1ad6ae by Steve Naroff · 17 years ago
  70. cae537d by Steve Naroff · 17 years ago
  71. f420df1 add a sourcelocation to binary operator to keep track of the location of the operator. by Chris Lattner · 17 years ago
  72. 91b03f7 by Steve Naroff · 17 years ago
  73. 3b6157f Some minor aesthetic changes to the control flow. by Steve Naroff · 17 years ago
  74. 3b565d6 Fix remaining bugs with complex/float promotions. by Steve Naroff · 17 years ago
  75. 45fc982 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
  76. c33c060 by Steve Naroff · 17 years ago
  77. 3cf497f by Steve Naroff · 17 years ago
  78. a16e42d require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 17 years ago
  79. 1de66eb add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  80. c04a0bd 1.0 is double, 1.0F is a float. by Chris Lattner · 17 years ago
  81. 254f3bc merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 17 years ago
  82. 22be842 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
  83. b2f9f55 by Steve Naroff · 17 years ago
  84. 0f32f43 by Steve Naroff · 17 years ago
  85. 5110ad5 remove a dead argument by Chris Lattner · 17 years ago
  86. 03931a7 Implement sema support for __real/__imag nodes. by Chris Lattner · 17 years ago
  87. 8f70836 by Steve Naroff · 17 years ago
  88. d30e193 by Steve Naroff · 17 years ago
  89. 71e4bdf by Steve Naroff · 17 years ago
  90. 98540b6 fix a bug where we would type 0ULL as unsigned instead of unsigned long long by Chris Lattner · 17 years ago
  91. 6acc0f4 Remove a FIXME, allowing ++/-- on Complex types (a GCC extension). by Steve Naroff · 17 years ago
  92. 8be1d40 Parse @encode expressions. by Anders Carlsson · 17 years ago
  93. a66cad4 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  94. 3e9b43b Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
  95. e7e7aa2 Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  96. 4462cb0 by Steve Naroff · 17 years ago
  97. 081ed87 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  98. 2e64c07 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  99. ecc4fa1 by Steve Naroff · 17 years ago
  100. 94cd93f by Steve Naroff · 17 years ago