1. 5908a92 InitListDesignations hasn't been used (ever). Eliminate it, and by Douglas Gregor · 15 years ago
  2. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  3. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  4. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  5. 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
  6. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  7. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
  8. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 16 years ago
  9. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  10. 511d7ab Add parser support for static_assert. by Anders Carlsson · 16 years ago
  11. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 16 years ago
  12. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 16 years ago
  13. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 16 years ago
  14. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 16 years ago
  15. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 16 years ago
  16. 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 16 years ago
  17. ddcbc0a fix eof check by Chris Lattner · 16 years ago
  18. 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 16 years ago
  19. 27b7f10 Include struct context info for parser/sema crashes. This gives us: by Chris Lattner · 16 years ago
  20. 2254a9f Include namespace contexts in the virtual stack trace, so we get stuff by Chris Lattner · 16 years ago
  21. 73e80f6 include objc method decl contexts in stack trace of crash, e.g.: by Chris Lattner · 16 years ago
  22. 21ff9c9 When parsing a function body, add it to the crash stack, giving us something by Chris Lattner · 16 years ago
  23. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 16 years ago
  24. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
  25. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 16 years ago
  26. 26140c6 fixes suggested by Sebastian! by Chris Lattner · 16 years ago
  27. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
  28. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 16 years ago
  29. 32ce837 Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder. by Steve Naroff · 16 years ago
  30. ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 16 years ago
  31. e64c549 cleanup by Chris Lattner · 16 years ago
  32. 2a327d1 cleanup by Chris Lattner · 16 years ago
  33. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  34. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 16 years ago
  35. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  36. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
  37. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
  38. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  39. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  40. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  41. 809070a Update Parser::ParseTypeName to return a TypeResult, which also tells by Douglas Gregor · 16 years ago
  42. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  43. 97cf6eb simplify some code. by Chris Lattner · 16 years ago
  44. b2d2b40 gcc spells it "warn_unused_result" (already supported) not "warnunusedresult" by Chris Lattner · 16 years ago
  45. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  46. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  47. b6d74a1 implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error recovery. by Chris Lattner · 16 years ago
  48. 7b4192c don't pass a random english string in as a string argument to Diag. by Chris Lattner · 16 years ago
  49. ff975cf Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage. by Anders Carlsson · 16 years ago
  50. d35fd5d just ignore hte format_arg attribute for now, it doesn't have any semantic implications. by Chris Lattner · 16 years ago
  51. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  52. 026dc96 Several related changes: by Chris Lattner · 16 years ago
  53. c41ec23 Don't ignore the const attribute - we even have CG support for that. Do ignore the malloc attribute however. by Anders Carlsson · 16 years ago
  54. 56aa2fa ignore the const attribute for now. by Chris Lattner · 16 years ago
  55. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 16 years ago
  56. 05f8e47 Add a new Ignored attribute type, and use it for may_alias. by Anders Carlsson · 16 years ago
  57. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 16 years ago
  58. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 16 years ago
  59. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  60. 84c4310 Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selectors as the first argument by Steve Naroff · 16 years ago
  61. e21dd6f Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. by Steve Naroff · 16 years ago
  62. 68c6993 Fix a problem with bogus template shadowing warnings by Douglas Gregor · 16 years ago
  63. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  64. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  65. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  66. f02da89 Implement Sebastian's idea for simplifying our handling of the greater-than operator/delimiter. Also, clean up after ourselves following a failed parse of a template-argument-list by Douglas Gregor · 16 years ago
  67. 5908e9f Eliminate TemplateArg so that we only have a single kind of by Douglas Gregor · 16 years ago
  68. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  69. ab197ba Implement Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  70. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 16 years ago
  71. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  72. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago
  73. 76ad2e8 Put the invalid flag of OwningResult into the Action pointer. by Sebastian Redl · 16 years ago
  74. 98eb8a7 Add support for blocks with explicit return types. by Mike Stump · 16 years ago
  75. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  76. b696ea3 Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 by Douglas Gregor · 16 years ago
  77. ebc07d5 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 16 years ago
  78. 281481d Formatting fix. by Mike Stump · 16 years ago
  79. f6e35d0 Add sema support for the cleanup attribute. by Anders Carlsson · 16 years ago
  80. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  81. f64ef62 Simplify/cleanup r63219 (based on Chris review). by Steve Naroff · 16 years ago
  82. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  83. b43a50f Name change (isTypeName->getTypeName). by Steve Naroff · 16 years ago
  84. 2d081c4 Change Parser::ParseFunctionDeclarator() to annotate typename tokens. by Steve Naroff · 16 years ago
  85. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  86. adf077f Fix for PR3418: make sure to handle the RHS of expressions starting with by Eli Friedman · 16 years ago
  87. 5ac8aff Some micro-optimizations for DISABLE_SMART_POINTERS: by Douglas Gregor · 16 years ago
  88. 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 16 years ago
  89. f30208a Add support for declaring pointers to members. by Sebastian Redl · 16 years ago
  90. be109b3 Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 16 years ago
  91. 07c487e Add a switch that allows disabling the smart pointers. by Sebastian Redl · 16 years ago
  92. 05c13a3 Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 16 years ago
  93. 80d0c89 Inline ParseOptionalTypeSpecifier into ParseDeclarationSpecifiers. by Chris Lattner · 16 years ago
  94. 837acd0 ParseOptionalTypeSpecifier should consume a token if it returns true. by Chris Lattner · 16 years ago
  95. 5af2f35 Optimize Declarator to avoid malloc/free traffic for the argument list of a by Chris Lattner · 16 years ago
  96. b8a6aca Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  97. 0eb2330 Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  98. cd965b9 Convert a few expression actions to smart pointers. by Sebastian Redl · 16 years ago
  99. f512e82 Rename move_convert to move_arg and move_res. The new names are less misleading (and shorter). by Sebastian Redl · 16 years ago
  100. 431e90e Convert ObjC statement actions to smart pointers. by Sebastian Redl · 16 years ago