1. 4bfd223 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  2. 271d4c2 Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  3. d120b9e Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  4. 3a8f294 Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  5. ef2a3c6 convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
  6. b13cb56 remove warn_previous_declaration by Chris Lattner · 16 years ago
  7. 1336cab Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  8. 5b25065 make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  9. de1bd98 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
  10. b175342 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  11. 254de7d add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  12. f5b269a Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
  13. da5c087 Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
  14. b96c206 Case values must be evaluated by Anders Carlsson · 16 years ago
  15. e8bd9f2 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  16. c05da42 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  17. f18d4c8 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  18. fd9f2ac Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  19. f9ea6a4 move the Diag method for Sema to be inline. This shrinks the release-asserts by Chris Lattner · 16 years ago
  20. 9943e98 Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
  21. 19fec9d Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  22. 66beaba merge some simple call diagnostics. by Chris Lattner · 16 years ago
  23. 036094b print a type in a diagnostic. by Chris Lattner · 16 years ago
  24. 49ba1b7 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago
  25. a7b56a3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  26. bb00233 merge 3 more diagnostics into 1. by Chris Lattner · 16 years ago
  27. a7021ee Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
  28. e65182c Change CheckIncrementDecrementOperand to test for common cases first by Chris Lattner · 16 years ago
  29. 9c690e9 Cleanup memory management in overloading of operator->, slightly by Douglas Gregor · 16 years ago
  30. 30c8ddf Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  31. 7563a32 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
  32. 7f3fec5 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  33. 261afa7 Fix strange quote characters by Douglas Gregor · 16 years ago
  34. 01f03cf Daniel really really likes = instead of += :) by Chris Lattner · 16 years ago
  35. 10f2c2e remove the last old-fashioned Diag method. Transition complete! by Chris Lattner · 16 years ago
  36. 8d75681 remove another old Diag method. by Chris Lattner · 16 years ago
  37. 77d52da remove another old-school Diag method. by Chris Lattner · 16 years ago
  38. c2a5f51 remove the type_info identifier cache. Compared to the cost by Chris Lattner · 16 years ago
  39. f093960 compared to the rest of the code in Sema::GetStdNamespace(), by Chris Lattner · 16 years ago
  40. 6d16b05 remove some other identifiers that are looked up really early and only by Chris Lattner · 16 years ago
  41. 87fada8 instead of looking up super at startup time, by Chris Lattner · 16 years ago
  42. 05fb7c8 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  43. f0ca65f More objc gc stuff. Read/Write barriers for local static/extern, by Fariborz Jahanian · 16 years ago
  44. 67fdb5b Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  45. 10f3c50 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  46. 2409477 Some tweaks suggested by Argiris by Douglas Gregor · 16 years ago
  47. 9cd599b Take care another assert: by Argiris Kirtzidis · 16 years ago
  48. 80723c5 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  49. c64a53d Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  50. 4f6904d Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  51. c13c54c Fix silly code, use IdentifierInfo* instead of std::string in by Daniel Dunbar · 16 years ago
  52. 65cae29 stop calling II::getName() unnecesarily in sema by Chris Lattner · 16 years ago
  53. e46b879 Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  54. a5cc188 convert some diags to use numbers instead of strings. by Chris Lattner · 16 years ago
  55. 68f621c add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  56. 9d2cf08 remove one more old-style Diag method. by Chris Lattner · 16 years ago
  57. 8ba580c Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  58. 849ea9c Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  59. 5ed1504 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  60. 70b93d8 start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
  61. 429558c introduce the one true Diag method for Sema. Next up: kill all the others off. by Chris Lattner · 16 years ago
  62. 1422a62 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  63. aee3bf8 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  64. 96a32dd Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  65. 6948ae6 This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  66. ba57bd9 Attribute nonnull can be applied to block pointers. by Ted Kremenek · 16 years ago
  67. b034e28 Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  68. 1eafdea minor cleanups and tidying, no functionality change. by Chris Lattner · 16 years ago
  69. da189c6 implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  70. 4c2642c factor some code out into a helper function by Chris Lattner · 16 years ago
  71. 6a2b7fd Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  72. 6704b31 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  73. 7926f10 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  74. b0212bd Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  75. 37fb940 Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  76. 030fcda Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  77. 55debea Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  78. 682a8cf Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  79. aa368a2 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  80. 24afd4a Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  81. ef06966 rename Expr::tryEvaluate to Expr::Evaluate. by Chris Lattner · 16 years ago
  82. 9f5337b Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  83. 65fedaf Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  84. 3d4492e Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  85. 86be857 don't highlight field name, just put a caret on it. by Chris Lattner · 16 years ago
  86. cbcb4c2 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
  87. fa1b4e5 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  88. a73e220 make TryFixInvalidVariablyModifiedType a static function. by Chris Lattner · 16 years ago
  89. d03be6e Restructure code to encourage fallthrough, no functionality change. by Chris Lattner · 16 years ago
  90. 2a88475 fix PR3048. I'm going to do some more work before closing it off and by Chris Lattner · 16 years ago
  91. 70d2612 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  92. 0cb7c87 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  93. b93b49c Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  94. e0ee727 Fix cmake build, patch from Jjgod Jiang. by Daniel Dunbar · 16 years ago
  95. cd61d59 Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  96. 45014fd Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  97. 2c30c29 Remove an out-of-date FIXME by Douglas Gregor · 16 years ago
  98. e6985fe Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago
  99. bd19fdb Don't create a typedef for the injected-class-name by Douglas Gregor · 16 years ago
  100. 9c6210b Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review by Douglas Gregor · 16 years ago