1. 8678d44 Fix an embarrassing think in the disambiguation logic for the ellipsis in a parameter-type-list by Douglas Gregor · 14 years ago
  2. ec5e696 Parse template template argument pack expansions. They're still not by Douglas Gregor · 14 years ago
  3. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  4. e6bf90a Use Parser::ExpectAndConsume() uniformly to eat semicolons after by Douglas Gregor · 14 years ago
  5. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
  6. 3fb9e4b Implement pack expansion of base initializers, so that we can by Douglas Gregor · 14 years ago
  7. b162054 Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCodeCompletion and check isCodeCompletionEnabled() before doing the call. by Argyrios Kyrtzidis · 14 years ago
  8. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  9. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  10. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago
  11. dcaa1ca Implement support for pack expansions in initializer lists and expression lists. by Douglas Gregor · 14 years ago
  12. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  13. 662a482 Improve the diagnostic and recovery for missing colons after 'case' by Douglas Gregor · 14 years ago
  14. a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 14 years ago
  15. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  16. a04426c Extend the parser to support pack expansions within exception by Douglas Gregor · 14 years ago
  17. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  18. dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
  19. b321c0c fix typo by Chris Lattner · 14 years ago
  20. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  21. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  22. 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
  23. 38c2b73 Fix enumerator not handled in switch warnings. by Francois Pichet · 14 years ago
  24. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  25. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  26. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  27. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
  28. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  29. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
  30. f27f03e Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump. by Nico Weber · 14 years ago
  31. 76f11c9 Remove one I just added, add a more focused test for why the current code is correct. by Nico Weber · 14 years ago
  32. c43271e Try to get the bots green after r119966. by Nico Weber · 14 years ago
  33. 253e80b Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. by Nico Weber · 14 years ago
  34. 44aa1f3 Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" by Argyrios Kyrtzidis · 14 years ago
  35. a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 14 years ago
  36. 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
  37. 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
  38. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  39. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  40. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  41. 4383e18 Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. by Argyrios Kyrtzidis · 14 years ago
  42. 34dd352 Region-allocate all AttributeList objects from a factory object instead of manually managing them by Ted Kremenek · 14 years ago
  43. 8113ecf Region-allocate all AttributeList objects from a factory object instead of manually managing them by Ted Kremenek · 14 years ago
  44. a84a853 Diagnose attempst to template using declarations and using directives. by John McCall · 14 years ago
  45. 78b8105 Diagnose attempst to template using declarations and using directives. by John McCall · 14 years ago
  46. 5c14610 Issues good diagnostic when @end is missing. // rdar://8283484 by Fariborz Jahanian · 14 years ago
  47. df81c2c Issues good diagnostic when @end is missing. // rdar://8283484 by Fariborz Jahanian · 14 years ago
  48. 8fbf643 tidy up by Chris Lattner · 14 years ago
  49. 7d64271 tidy up by Chris Lattner · 14 years ago
  50. e82120f fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being constructed. by Chris Lattner · 14 years ago
  51. 729ad83 fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being constructed. by Chris Lattner · 14 years ago
  52. c844b58 Make this error less specific but also less likely to cause confusion. Fixes by Nick Lewycky · 14 years ago
  53. 9fa8e56 Make this error less specific but also less likely to cause confusion. Fixes by Nick Lewycky · 14 years ago
  54. 35bed2a Properly handle temporaries that are created in a AsmStmt. by Argiris Kirtzidis · 14 years ago
  55. bf8cafa Properly handle temporaries that are created in a AsmStmt. by Argyrios Kyrtzidis · 14 years ago
  56. 9c51936 Diagnose a coherant message when @interface by Fariborz Jahanian · 14 years ago
  57. 46d545e Diagnose a coherant message when @interface by Fariborz Jahanian · 14 years ago
  58. 0a05c36 Clean up temporaries created by an asm statement. Fixes rdar://8540491 by Argiris Kirtzidis · 14 years ago
  59. 65e7a6b Clean up temporaries created by an asm statement. Fixes rdar://8540491 by Argyrios Kyrtzidis · 14 years ago
  60. cc9bc4e Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  61. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  62. 01c6e7f Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  63. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  64. f9cd9b0 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  65. 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  66. 539d36b Tag references shouldn't ever get template parameter lists. by John McCall · 14 years ago
  67. a25c408 Tag references shouldn't ever get template parameter lists. by John McCall · 14 years ago
  68. c31bd77 Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
  69. 9a34edb Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
  70. 36ddee5 Provide code completion for types after the '^' that starts a block literal. by Douglas Gregor · 14 years ago
  71. 75ab414 Provide code completion for types after the '^' that starts a block literal. by Douglas Gregor · 14 years ago
  72. 068bc3c When we are missing the ',' or '>' to terminate a template parameter by Douglas Gregor · 14 years ago
  73. 99ea734 When we are missing the ',' or '>' to terminate a template parameter by Douglas Gregor · 14 years ago
  74. d86fe47 Parse default arguments within member functions in source order, from by Douglas Gregor · 14 years ago
  75. d54eb44 Parse default arguments within member functions in source order, from by Douglas Gregor · 14 years ago
  76. 484e433 Fix spelling error. by Cameron Esfahani · 14 years ago
  77. 9c4bb2c Fix spelling error. by Cameron Esfahani · 14 years ago
  78. dd312b3 Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. by Francois Pichet · 14 years ago
  79. 334d47e Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. by Francois Pichet · 14 years ago
  80. df8e391 Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  81. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  82. da6e318 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argiris Kirtzidis · 14 years ago
  83. a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
  84. b0406cc Add LOCAL_MODULE_TAGS to clang Android.mk files. by Stephen Hines · 14 years ago
  85. 7fc77a6 Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  86. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  87. b528869 Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  88. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  89. b5c49eb enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! by Chris Lattner · 14 years ago
  90. 6229c8e enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! by Chris Lattner · 14 years ago
  91. 322b648 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  92. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  93. ebfa4ea When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
  94. 8577364 When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
  95. 8cfc031 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argiris Kirtzidis · 14 years ago
  96. 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
  97. 1e0b099 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  98. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  99. 6f5f1ab Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  100. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago