1. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  2. 211316f a minor grammar fix by Chris Lattner · 16 years ago
  3. 96e05bc Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. by Anders Carlsson · 16 years ago
  4. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  5. 601bae3 Simplify test. by Anders Carlsson · 16 years ago
  6. 196d0ed Improve error reporting of property and setter/getter type mimatches. by Fariborz Jahanian · 16 years ago
  7. 9f1e572 Add diagnostics for bitfields. by Anders Carlsson · 16 years ago
  8. 663388f Fix invalid bit-field. by Anders Carlsson · 16 years ago
  9. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  10. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  11. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  12. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  13. a8ef2ec Fixed a test case. Added a test case showing property setter's by Fariborz Jahanian · 16 years ago
  14. 8daab97 (instance/class) Method type checking between class and its implementation. by Fariborz Jahanian · 16 years ago
  15. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  16. 8c56515 Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always executed by Steve Naroff · 16 years ago
  17. 49184b2 Use VerifyIntegerConstantExpression instead of isIntegerConstantExpr. Fixes PR2963 by Anders Carlsson · 16 years ago
  18. 9e09f5d Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130. by Anders Carlsson · 16 years ago
  19. de73941 Patch for diagnosing type mismatch between by Fariborz Jahanian · 16 years ago
  20. 371f258 change getCurFunctionDecl to skip through Block contexts to find by Chris Lattner · 16 years ago
  21. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  22. 06de37b Output better diagnostics for continuation class by Fariborz Jahanian · 16 years ago
  23. 7f66239 Code cleanup in new handling. by Sebastian Redl · 16 years ago
  24. a317e90 Add 'expected-warning' to make test case pass. by Ted Kremenek · 16 years ago
  25. 1e10011 Add another static analyzer test case involving attribute(nonnull). by Ted Kremenek · 16 years ago
  26. a96ac06 Add another test case for attribute(nonnull) checking. by Ted Kremenek · 16 years ago
  27. 636a7c4 Fix some diagnostics and enhance test cases. Now tests member new and ambiguous overloads. by Sebastian Redl · 16 years ago
  28. 4226846 Revise bogus comment I just committed. by Ted Kremenek · 16 years ago
  29. f117fac Add comment to test case for documentation. by Ted Kremenek · 16 years ago
  30. b5a57a6 Overload resolution for the operator new function. Member version is still untested. by Sebastian Redl · 16 years ago
  31. d7ff487 BasicConstraintManager: by Ted Kremenek · 16 years ago
  32. 73abd13 BasicConstraintManager: by Ted Kremenek · 16 years ago
  33. 98883e1 If a global var decl has an initializer, make sure to always set its linkage to external. by Anders Carlsson · 16 years ago
  34. fb4ccd7 Make the parser handle ::new and ::delete correctly. by Sebastian Redl · 16 years ago
  35. 3425c99 int-arith-convert.c makes assumptions about integer sizes, so force a specific architecture by Sebastian Redl · 16 years ago
  36. 8de8d1d Fix for PR3150: obvious copy-paste bug in ScalarExprEmitter::VisitBinLOr. by Eli Friedman · 16 years ago
  37. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  38. 26236e8 A little more scaffolding for parsing templates: by Douglas Gregor · 16 years ago
  39. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago
  40. bec1c9d Objective-C keywords are not always identifiers. Some are also C++ keywords by Douglas Gregor · 16 years ago
  41. ec0bf05 Fix RUN line by Douglas Gregor · 16 years ago
  42. b65f242 Test blocks in C++ mode by Douglas Gregor · 16 years ago
  43. 5bea06a Add test case for __ASSEMBLER__ definition. by Daniel Dunbar · 16 years ago
  44. 473e70d Make sure __null test runs in both 32- and 64-bit. Thanks Anders by Douglas Gregor · 16 years ago
  45. a474561 Parse the exception-specification throw(...), a Microsoft extension by Douglas Gregor · 16 years ago
  46. ac72d40 Add the test for __null by Douglas Gregor · 16 years ago
  47. 4cfc6fe Fix test. (0 && (a(),1)) is a valid I-C-E according to C99. by Anders Carlsson · 16 years ago
  48. 4000ea6 Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::CheckConditionalOperands. by Anders Carlsson · 16 years ago
  49. d3a61d5 Use VerifyIntegerConstantExpression for case values. by Anders Carlsson · 16 years ago
  50. 34a8347 remove a test case that causes compiler warning. by Zhongxing Xu · 16 years ago
  51. 27cae9e Add test for initializing array with string literal. by Zhongxing Xu · 16 years ago
  52. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  53. 0f669f5 Test conversion from apointer to incomplete type to void* in C++ by Douglas Gregor · 16 years ago
  54. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  55. b2eb0b4 Another test for property code gen. by Fariborz Jahanian · 16 years ago
  56. 6010bca Code gen for aggregate-valued properties and a test case. by Fariborz Jahanian · 16 years ago
  57. b16308f Removed a FIXME. Added a test case for anonymous category. by Fariborz Jahanian · 16 years ago
  58. 8cf0bb3 Set default property attributes on each property. by Fariborz Jahanian · 16 years ago
  59. 4d6e8dd Convert incomplete array types before emitting debug info for them, fixes PR3134. by Anders Carlsson · 16 years ago
  60. a8a6ef8 add missing RUN lines by Nuno Lopes · 16 years ago
  61. 7ffd0de Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers by Douglas Gregor · 16 years ago
  62. ad3d691 Handle returning complex types that get coerced. Fixes PR3131 by Anders Carlsson · 16 years ago
  63. 6669db9 Patch to allow over-riding of readonly property to by Fariborz Jahanian · 16 years ago
  64. c83ed04 Test another error message, make sure to verify C++ new and delete tests by Douglas Gregor · 16 years ago
  65. 0fe7bea Simple parsing of exception specifications, with no semantic analysis yet by Douglas Gregor · 16 years ago
  66. 661fc39 Add documentation for test. by Zhongxing Xu · 16 years ago
  67. 33d7cbf Add no-warning to test case. by Zhongxing Xu · 16 years ago
  68. e793a6e Patch to remove bogus waring when a property declaration by Fariborz Jahanian · 16 years ago
  69. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  70. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  71. e8a32b8 Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. by Anders Carlsson · 16 years ago
  72. 4b89e03 Strings are NULL terminated. So the region size should plus one. by Zhongxing Xu · 16 years ago
  73. f2e8d98 Forgot the newline :) by Anders Carlsson · 16 years ago
  74. 338f858 Add test case for bug that's been fixed. by Anders Carlsson · 16 years ago
  75. 35873c4 The address of a variable is only constant if the variable has global storage. by Anders Carlsson · 16 years ago
  76. 4bbc0e0 Fix bug in the constant evaluator. Fixes PR3115. by Anders Carlsson · 16 years ago
  77. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  78. 20f0178 Add test case for out-of-bound memory access checking. by Zhongxing Xu · 16 years ago
  79. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  80. b2c8c55 clean up -verify mode output. If the expected-error string is by Chris Lattner · 16 years ago
  81. 1326a3d convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
  82. 8b265bd remove warn_previous_declaration by Chris Lattner · 16 years ago
  83. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  84. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  85. b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  86. 6ff0fc3 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
  87. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  88. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  89. ea06544 Improve test case. by Zhongxing Xu · 16 years ago
  90. 9f4d863 Fix test cases broken by quote normalization in diagnostics. by Sebastian Redl · 16 years ago
  91. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  92. 6dde0d5 Case values must be evaluated by Anders Carlsson · 16 years ago
  93. 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  94. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  95. 7ca1425 add a silly testcase by Chris Lattner · 16 years ago
  96. b7611f2 And a test case for my last patch. by Fariborz Jahanian · 16 years ago
  97. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  98. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  99. f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
  100. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago