1. 071f2ae Support block pointer conversions in C++. I'm storing the test case locally until we can enable blocks in C++ by Douglas Gregor · 16 years ago
  2. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  3. b16308f Removed a FIXME. Added a test case for anonymous category. by Fariborz Jahanian · 16 years ago
  4. 8cf0bb3 Set default property attributes on each property. by Fariborz Jahanian · 16 years ago
  5. 7ffd0de Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers by Douglas Gregor · 16 years ago
  6. 0a39668 Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler by Douglas Gregor · 16 years ago
  7. f6b8969 Move the overloading logic of Sema::ActOnCallExpr to a separate function by Douglas Gregor · 16 years ago
  8. e793a6e Patch to remove bogus waring when a property declaration by Fariborz Jahanian · 16 years ago
  9. d14094d Remove some bad characters from comment. by Sebastian Redl · 16 years ago
  10. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  11. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  12. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  13. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  14. 1326a3d convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
  15. 8b265bd remove warn_previous_declaration by Chris Lattner · 16 years ago
  16. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  17. b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  18. 6ff0fc3 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
  19. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  20. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  21. 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
  22. 22caddc Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
  23. 6dde0d5 Case values must be evaluated by Anders Carlsson · 16 years ago
  24. 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  25. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  26. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  27. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  28. 3cfa928 move the Diag method for Sema to be inline. This shrinks the release-asserts by Chris Lattner · 16 years ago
  29. 3cbfe2c Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
  30. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  31. 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
  32. b1b4d33 print a type in a diagnostic. by Chris Lattner · 16 years ago
  33. bbe2743 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago
  34. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  35. 416e46f merge 3 more diagnostics into 1. by Chris Lattner · 16 years ago
  36. af7ae4e Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
  37. 3528d35 Change CheckIncrementDecrementOperand to test for common cases first by Chris Lattner · 16 years ago
  38. fc195ef Cleanup memory management in overloading of operator->, slightly by Douglas Gregor · 16 years ago
  39. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  40. 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
  41. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  42. a967a6f Fix strange quote characters by Douglas Gregor · 16 years ago
  43. 69d27b9 Daniel really really likes = instead of += :) by Chris Lattner · 16 years ago
  44. f3a41af remove the last old-fashioned Diag method. Transition complete! by Chris Lattner · 16 years ago
  45. 5dc266a remove another old Diag method. by Chris Lattner · 16 years ago
  46. d3a94e2 remove another old-school Diag method. by Chris Lattner · 16 years ago
  47. 572af49 remove the type_info identifier cache. Compared to the cost by Chris Lattner · 16 years ago
  48. 8edea83 compared to the rest of the code in Sema::GetStdNamespace(), by Chris Lattner · 16 years ago
  49. 2bac0f6 remove some other identifiers that are looked up really early and only by Chris Lattner · 16 years ago
  50. 8469265 instead of looking up super at startup time, by Chris Lattner · 16 years ago
  51. 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  52. 2682d8b More objc gc stuff. Read/Write barriers for local static/extern, by Fariborz Jahanian · 16 years ago
  53. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  54. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  55. 487a75a Some tweaks suggested by Argiris by Douglas Gregor · 16 years ago
  56. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  57. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  58. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  59. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  60. 0655039 Fix silly code, use IdentifierInfo* instead of std::string in by Daniel Dunbar · 16 years ago
  61. 3c73c41 stop calling II::getName() unnecesarily in sema by Chris Lattner · 16 years ago
  62. 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  63. 8365223 convert some diags to use numbers instead of strings. by Chris Lattner · 16 years ago
  64. 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  65. dcd5ef1 remove one more old-style Diag method. by Chris Lattner · 16 years ago
  66. fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  67. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  68. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  69. c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  70. ebf5ddf introduce the one true Diag method for Sema. Next up: kill all the others off. by Chris Lattner · 16 years ago
  71. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  72. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  73. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  74. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  75. 46bbaca Attribute nonnull can be applied to block pointers. by Ted Kremenek · 16 years ago
  76. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  77. 29a1cfb minor cleanups and tidying, no functionality change. by Chris Lattner · 16 years ago
  78. 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  79. f67bd9f factor some code out into a helper function by Chris Lattner · 16 years ago
  80. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  81. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  82. 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  83. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  84. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  85. a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  86. d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  87. 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  88. 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  89. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  90. 6ee7aa1 rename Expr::tryEvaluate to Expr::Evaluate. by Chris Lattner · 16 years ago
  91. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  92. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  93. bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  94. 23cd0d9 don't highlight field name, just put a caret on it. by Chris Lattner · 16 years ago
  95. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
  96. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  97. 1d353ba make TryFixInvalidVariablyModifiedType a static function. by Chris Lattner · 16 years ago
  98. 57d5788 Restructure code to encourage fallthrough, no functionality change. by Chris Lattner · 16 years ago
  99. 3ab5543 fix PR3048. I'm going to do some more work before closing it off and by Chris Lattner · 16 years ago
  100. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago