1. e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 14 years ago
  2. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
  3. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  4. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  5. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  6. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  7. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  8. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  9. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  10. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  11. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  12. 6bb4dcb Minor whitespace and comment fixes. No functionality change. by Nico Weber · 14 years ago
  13. 2a5f99e Tie DefineVTablesUsed() in with recursive function instantiation so that we emit by Nick Lewycky · 14 years ago
  14. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  15. 7663f39 A bundle of whitespace changes, separated out from the functional changes. by Nick Lewycky · 14 years ago
  16. d65587f Instantiate class member template partial specialization declarations by Douglas Gregor · 14 years ago
  17. 37574f5 Don't lose track of previous-declarations when instantiating a class template. by Nick Lewycky · 14 years ago
  18. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  19. a43064c When searching for an instantiated declaration requires instantiation by Douglas Gregor · 14 years ago
  20. 61139c5 Preserve the template type parameter name when instantiating a templace. by Nick Lewycky · 14 years ago
  21. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  22. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  23. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  24. c54d688 When instantiating a dependently-scoped friend function declaration, by John McCall · 14 years ago
  25. 4eab39f Instantiate enclosing template parameter lists when instantiating friends. by John McCall · 14 years ago
  26. 9a34edb Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
  27. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  28. 1b39820 Fix handling of dependent nested namespace specifiers in UsingDecls by Douglas Gregor · 14 years ago
  29. 85606eb Reinstate r114925 and r114929, both steps toward <rdar://problem/8459981>. by Douglas Gregor · 14 years ago
  30. 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
  31. e10288c Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
  32. 3019c44 When emitting a new-expression inside a conditional expression, by John McCall · 14 years ago
  33. c6dbc3f Diagnose the instantiation of variables (including static data by Douglas Gregor · 14 years ago
  34. a1a0478 Eliminate the comma locations from all of the Sema routines that deal by Douglas Gregor · 14 years ago
  35. 030ef47 Fix PR7402 when it strikes via template instantiation. by Chandler Carruth · 14 years ago
  36. 7a126a4 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 14 years ago
  37. 71b87e4 When template substitution into a template parameter reduces the level by Douglas Gregor · 14 years ago
  38. 77535df zap tabs by Gabor Greif · 14 years ago
  39. ab297ac fix dual aspect of PR8007, by Gabor Greif · 14 years ago
  40. 6a557d8 simplify by relying on cascading operator-> by Gabor Greif · 14 years ago
  41. 13a8aff simplify by Gabor Greif · 14 years ago
  42. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  43. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  44. 62c78d5 Rename *PendingImplicitInstantiations to *PendingInstantiations. No by Chandler Carruth · 14 years ago
  45. 58e390e Support explicit instantiation of function templates and members of class by Chandler Carruth · 14 years ago
  46. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  47. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  48. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  49. 9ae2f07 Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). by John McCall · 14 years ago
  50. ca0408f Sundry incremental steps towards killing off Action. by John McCall · 14 years ago
  51. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  52. 7667245 Correctly instantiate templates with non-type template arguments that by John McCall · 14 years ago
  53. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  54. 9b7d670 zap dead code. by Chris Lattner · 14 years ago
  55. de7a0fc Use Enumerators.data() instead of &Enumerators[0] to fix a potential by Eli Friedman · 14 years ago
  56. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  57. 05eac86 Revert 111026 & 111027, build breakage. by Argyrios Kyrtzidis · 14 years ago
  58. 30c0dd8 The unused warnings extravaganza continues. Warn for: by Argyrios Kyrtzidis · 14 years ago
  59. f6d1d43 Expand the unused warnings for functions. Warn for: by Argyrios Kyrtzidis · 14 years ago
  60. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  61. ef3dce8 Added locations and type source info for DeclarationName inside UsingDecl. by Abramo Bagnara · 14 years ago
  62. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  63. a834888 Remove the DeclaredInCondition bit now that it's no longer used. by Nick Lewycky · 14 years ago
  64. 1d8d1cc Instantiate attributes from the pattern record when instantiating by John McCall · 14 years ago
  65. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  66. 2c853e4 Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce by Argyrios Kyrtzidis · 14 years ago
  67. cc0b1bc Hide the specializations folding sets of ClassTemplateDecl as an implementation detail (InsertPos by Argyrios Kyrtzidis · 14 years ago
  68. 8a6c0f1 When instantiating function definitions set parameter names to those used in template by Peter Collingbourne · 14 years ago
  69. 55a17c0 Set DeclContext of ParamVarDecl only. No need by Fariborz Jahanian · 14 years ago
  70. e7ffbe2 More block instantiation stuff. Set variable/param DeclContext by Fariborz Jahanian · 14 years ago
  71. 8dd0c56 Instantiate attributes when first building an instantiated VarDecl. by Fariborz Jahanian · 14 years ago
  72. cad8d31 Copy over attributes to instantiated variable. by Fariborz Jahanian · 14 years ago
  73. 24bae92 When performing substitution of template arguments within the body of by Douglas Gregor · 14 years ago
  74. 06a54a3 Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH. by Argyrios Kyrtzidis · 14 years ago
  75. 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 14 years ago
  76. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  77. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  78. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  79. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 14 years ago
  80. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  81. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  82. ea7b488 Don't insert in lexical context implicit definitions of static member instances. by Abramo Bagnara · 14 years ago
  83. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  84. 836adf6 Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 14 years ago
  85. b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 14 years ago
  86. 9901c57 When instantiating anonymous structs/unions within a function, make by Douglas Gregor · 14 years ago
  87. 4469e8a Revert r104106; it's breaking linking of Boost.Serialization. by Douglas Gregor · 14 years ago
  88. 7d2bcc7 Teach clang to instantiate attributes on more declarations. Fixes PR7102. by Douglas Gregor · 14 years ago
  89. 238058c I hate this commit. by Douglas Gregor · 14 years ago
  90. a6b0907 Instantiate attributes on typedefs. This is a quick fix for PR7148, by Douglas Gregor · 14 years ago
  91. cfe833b Diagnose a redefinition error when there are two instantiations of friend by Douglas Gregor · 14 years ago
  92. 6cfacfe Determine when the instantiation of a friend function defined inside a by Douglas Gregor · 14 years ago
  93. ac7c2c8 C++98/03 [temp.friend]p4 requires that inline function definitions by Douglas Gregor · 14 years ago
  94. 9679caf Whenever we instantiate a function definition or class, enter a new by Douglas Gregor · 14 years ago
  95. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  96. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  97. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  98. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  99. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 14 years ago
  100. f7d72f5 When instantiating a function-local variable definition, introduce the by Douglas Gregor · 14 years ago