1. ace6507 teach -parse-noop about int128_t and friends. by Chris Lattner · 15 years ago
  2. 4649cac Rework the way we handle constructor decls to be less hacky and fix PR3948 completely. by Anders Carlsson · 15 years ago
  3. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 15 years ago
  4. 77755a5 Add parsing support in an Objective-C method declaration for attributes between by Ted Kremenek · 15 years ago
  5. 5a8cb0b Just because a declaration has the same name as its containing class doesn't mean that it's a constructor. Fixes rdar://problem/6815988. by Anders Carlsson · 15 years ago
  6. d302f90 Remove extra line. by Mike Stump · 15 years ago
  7. 6c92fa7 Fixup Sema and CodeGen for block literal attributes when the return by Mike Stump · 15 years ago
  8. 19c30c0 Sema and CodeGen support for attributes on blocks. Radar 6441502 by Mike Stump · 15 years ago
  9. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  10. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 15 years ago
  11. f01fdff Get rid of some useless uses of NoExtensions. The philosophy here is by Eli Friedman · 15 years ago
  12. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  13. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  14. de1b60a The mysterious bug turns out to be an incredibly bone-headed mistake. by Sebastian Redl · 15 years ago
  15. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  16. 5e20448 accept an ignore the no_instrument_function attribute. Since we don't by Chris Lattner · 15 years ago
  17. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago
  18. 4da0427 Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows by Ted Kremenek · 15 years ago
  19. de9a81b Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up by Ted Kremenek · 15 years ago
  20. 0fc169e Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked by Ted Kremenek · 15 years ago
  21. 5cb10d3 fix the sizeof error recovery issue (sizeof-interface.m:attributeRuns) by Chris Lattner · 15 years ago
  22. 4d00f2a Fix a problem with objc foreach loop. It turns out that objc mode changes by Chris Lattner · 15 years ago
  23. 75b163f Fixup codegen for write barriers for block variables. Radar 6786715 by Mike Stump · 15 years ago
  24. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  25. 63054b3 Add more thorough/correct checking for invalid __thread specifiers. by Eli Friedman · 15 years ago
  26. 4f2aac3 fix two error paths out of ParseBlockLiteralExpression to by Chris Lattner · 15 years ago
  27. 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 15 years ago
  28. 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 15 years ago
  29. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  30. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  31. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  32. e40c295 refactor "implicit int error recovery" code out of by Chris Lattner · 15 years ago
  33. b6645dd Fix a regression in a previous patch that broke implicit by Chris Lattner · 15 years ago
  34. aa771a8 Fixup whitespacing. by Mike Stump · 15 years ago
  35. 26e2554 recognize the gnuc_inline attribute. by Chris Lattner · 15 years ago
  36. 1721a2d Improve error recovery for calls, fixing: by Chris Lattner · 15 years ago
  37. 51172d1 fix a comment typo Sebastian noticed. by Chris Lattner · 15 years ago
  38. c83c27a add support for handling C++'0x unified initializer syntax by Chris Lattner · 15 years ago
  39. 8129edb Fix some C++ error recovery problems in init declarator parsing by Chris Lattner · 15 years ago
  40. 33c6ebe mark the declspec as invalid when we recover instead of forcing to int, by Chris Lattner · 15 years ago
  41. 4c97d76 Diagnose invalid uses of tagged types with a missing tag. For example, in: by Chris Lattner · 15 years ago
  42. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  43. e2b6833 Parse deleted member functions. Parsing member declarations goes through a different code path that I forgot previously. by Sebastian Redl · 15 years ago
  44. 58fe03b Fix rdar://6771034: don't warn on use of forward declared protocol in protocol by Chris Lattner · 15 years ago
  45. e294d3f change the interface to ActOnMethodDeclaration to pass down argument by Chris Lattner · 15 years ago
  46. 8f823d2 sink abstract typedefs like Action::ExprTy from the Action class by Chris Lattner · 15 years ago
  47. 2fc5c24 rename Parser::ParseObjCSelector -> Parser::ParseObjCSelectorPiece, by Chris Lattner · 15 years ago
  48. b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 15 years ago
  49. d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 15 years ago
  50. 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 15 years ago
  51. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 15 years ago
  52. ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 15 years ago
  53. 97144fc fix a FIXME, providing accurate source range info for DeclStmt's. The end by Chris Lattner · 15 years ago
  54. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago
  55. a3a8351 Add some more code modification hints by Douglas Gregor · 15 years ago
  56. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 15 years ago
  57. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 15 years ago
  58. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  59. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 15 years ago
  60. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago
  61. 4dca69b minor simplification by Chris Lattner · 15 years ago
  62. cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 15 years ago
  63. 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 15 years ago
  64. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  65. 5144832 reduce indentation with an early exit. by Chris Lattner · 15 years ago
  66. 03bd5a1 Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No functionality change. by Anders Carlsson · 15 years ago
  67. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  68. 239a53e tidy whitespace. by Chris Lattner · 15 years ago
  69. dbb0094 Add an ActOnNamespaceAliasDef action and have the parser call it. by Anders Carlsson · 15 years ago
  70. f67606a Parse namespace aliases. by Anders Carlsson · 15 years ago
  71. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  72. 68c56de Fix <rdar://problem/6724396>, where we were silently dropping by Douglas Gregor · 15 years ago
  73. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  74. ee76033 Besides the warning, issue unsupported diagnostics in by Fariborz Jahanian · 15 years ago
  75. 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 15 years ago
  76. 3507369 Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here by Douglas Gregor · 15 years ago
  77. 5aeccdb Handle parsing of templates in member declarations. Pass the AccessSpecifier all the way down to ActOnClassTemplate. by Anders Carlsson · 15 years ago
  78. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 15 years ago
  79. 9135c72 Fix parsing of template classes prefixed by nested-name-specifiers by Douglas Gregor · 15 years ago
  80. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 15 years ago
  81. 212e81c In Parser::ParseClassSpecifier, don't conflate a NULL declaration with by Douglas Gregor · 15 years ago
  82. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 15 years ago
  83. ca7102c improve error recovery for when type parsing fails. by Chris Lattner · 15 years ago
  84. f26d510 fix "Comment#1" from PR3872 by Chris Lattner · 15 years ago
  85. f919bfe random cleanups. by Chris Lattner · 15 years ago
  86. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  87. 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 15 years ago
  88. 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
  89. 5908a92 InitListDesignations hasn't been used (ever). Eliminate it, and by Douglas Gregor · 15 years ago
  90. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  91. 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 15 years ago
  92. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  93. 05532f2 Parser support for rvalue references. by Sebastian Redl · 15 years ago
  94. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 15 years ago
  95. 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
  96. ad5f960 Pass more sane arguments to ActOnStaticAssertDeclaration by Anders Carlsson · 15 years ago
  97. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 15 years ago
  98. 511d7ab Add parser support for static_assert. by Anders Carlsson · 15 years ago
  99. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 15 years ago
  100. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 15 years ago