1. d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 15 years ago
  2. 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 15 years ago
  3. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 15 years ago
  4. ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 15 years ago
  5. 97144fc fix a FIXME, providing accurate source range info for DeclStmt's. The end by Chris Lattner · 15 years ago
  6. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  7. a3a8351 Add some more code modification hints by Douglas Gregor · 15 years ago
  8. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 15 years ago
  9. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 15 years ago
  10. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  11. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 15 years ago
  12. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago
  13. 4dca69b minor simplification by Chris Lattner · 15 years ago
  14. cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 15 years ago
  15. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 15 years ago
  16. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  17. 5144832 reduce indentation with an early exit. by Chris Lattner · 15 years ago
  18. 03bd5a1 Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No functionality change. by Anders Carlsson · 15 years ago
  19. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  20. 239a53e tidy whitespace. by Chris Lattner · 15 years ago
  21. dbb0094 Add an ActOnNamespaceAliasDef action and have the parser call it. by Anders Carlsson · 15 years ago
  22. f67606a Parse namespace aliases. by Anders Carlsson · 15 years ago
  23. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  24. 68c56de Fix <rdar://problem/6724396>, where we were silently dropping by Douglas Gregor · 15 years ago
  25. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  26. ee76033 Besides the warning, issue unsupported diagnostics in by Fariborz Jahanian · 15 years ago
  27. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 15 years ago
  28. 3507369 Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here by Douglas Gregor · 15 years ago
  29. 5aeccdb Handle parsing of templates in member declarations. Pass the AccessSpecifier all the way down to ActOnClassTemplate. by Anders Carlsson · 15 years ago
  30. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 15 years ago
  31. 9135c72 Fix parsing of template classes prefixed by nested-name-specifiers by Douglas Gregor · 15 years ago
  32. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 15 years ago
  33. 212e81c In Parser::ParseClassSpecifier, don't conflate a NULL declaration with by Douglas Gregor · 15 years ago
  34. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 15 years ago
  35. ca7102c improve error recovery for when type parsing fails. by Chris Lattner · 15 years ago
  36. f26d510 fix "Comment#1" from PR3872 by Chris Lattner · 15 years ago
  37. f919bfe random cleanups. by Chris Lattner · 15 years ago
  38. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  39. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 15 years ago
  40. 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 15 years ago
  41. 5908a92 InitListDesignations hasn't been used (ever). Eliminate it, and by Douglas Gregor · 15 years ago
  42. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  43. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  44. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  45. 05532f2 Parser support for rvalue references. by Sebastian Redl · 15 years ago
  46. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 15 years ago
  47. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 15 years ago
  48. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 15 years ago
  49. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 15 years ago
  50. 511d7ab Add parser support for static_assert. by Anders Carlsson · 15 years ago
  51. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 15 years ago
  52. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 15 years ago
  53. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 15 years ago
  54. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 15 years ago
  55. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 15 years ago
  56. 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 15 years ago
  57. ddcbc0a fix eof check by Chris Lattner · 15 years ago
  58. 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 15 years ago
  59. 27b7f10 Include struct context info for parser/sema crashes. This gives us: by Chris Lattner · 15 years ago
  60. 2254a9f Include namespace contexts in the virtual stack trace, so we get stuff by Chris Lattner · 15 years ago
  61. 73e80f6 include objc method decl contexts in stack trace of crash, e.g.: by Chris Lattner · 15 years ago
  62. 21ff9c9 When parsing a function body, add it to the crash stack, giving us something by Chris Lattner · 15 years ago
  63. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 15 years ago
  64. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 15 years ago
  65. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 15 years ago
  66. 26140c6 fixes suggested by Sebastian! by Chris Lattner · 15 years ago
  67. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 15 years ago
  68. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 15 years ago
  69. 32ce837 Fix <rdar://problem/6636803> [sema] crash on InterfaceBuilder. by Steve Naroff · 15 years ago
  70. ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 15 years ago
  71. e64c549 cleanup by Chris Lattner · 15 years ago
  72. 2a327d1 cleanup by Chris Lattner · 15 years ago
  73. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 15 years ago
  74. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 15 years ago
  75. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  76. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 15 years ago
  77. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 15 years ago
  78. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 15 years ago
  79. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 15 years ago
  80. 1e4db7c rip out __builtin_overload by Chris Lattner · 15 years ago
  81. 809070a Update Parser::ParseTypeName to return a TypeResult, which also tells by Douglas Gregor · 15 years ago
  82. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 15 years ago
  83. 97cf6eb simplify some code. by Chris Lattner · 15 years ago
  84. b2d2b40 gcc spells it "warn_unused_result" (already supported) not "warnunusedresult" by Chris Lattner · 15 years ago
  85. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 15 years ago
  86. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 15 years ago
  87. b6d74a1 implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error recovery. by Chris Lattner · 15 years ago
  88. 7b4192c don't pass a random english string in as a string argument to Diag. by Chris Lattner · 15 years ago
  89. ff975cf Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage. by Anders Carlsson · 15 years ago
  90. d35fd5d just ignore hte format_arg attribute for now, it doesn't have any semantic implications. by Chris Lattner · 15 years ago
  91. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 15 years ago
  92. 026dc96 Several related changes: by Chris Lattner · 15 years ago
  93. c41ec23 Don't ignore the const attribute - we even have CG support for that. Do ignore the malloc attribute however. by Anders Carlsson · 15 years ago
  94. 56aa2fa ignore the const attribute for now. by Chris Lattner · 15 years ago
  95. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 15 years ago
  96. 05f8e47 Add a new Ignored attribute type, and use it for may_alias. by Anders Carlsson · 15 years ago
  97. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 15 years ago
  98. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 15 years ago
  99. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 15 years ago
  100. 84c4310 Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selectors as the first argument by Steve Naroff · 15 years ago