1. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  2. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  3. 58e390e Support explicit instantiation of function templates and members of class by Chandler Carruth · 14 years ago
  4. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  5. 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 14 years ago
  6. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  7. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  8. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  9. 9ae2f07 Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). by John McCall · 14 years ago
  10. 2b5289b Push DeclGroupRefs and TemplateNames in an opaque but type-safe way by John McCall · 14 years ago
  11. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  12. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  13. 72c4c15 Revert r111609, which is failing its new test. by Douglas Gregor · 14 years ago
  14. 29c695b Detect efforts to declare a template member friend and explicitly ignore them. by John McCall · 14 years ago
  15. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  16. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  17. 8ba6691 Work around a crash when checking access to injected class names by John McCall · 14 years ago
  18. b859206 Perform access control when template lookup finds a class template. by John McCall · 14 years ago
  19. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  20. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  21. 476d8b8 Random temporary string cleanup. by Benjamin Kramer · 14 years ago
  22. 22f638a Fixed redundant NNS loading. by Abramo Bagnara · 14 years ago
  23. 7c15353 Template keyword should not be ignored building a QualifiedTemplateName. by Abramo Bagnara · 14 years ago
  24. 1357869 Get rid of isObjectType; when C++ says "object type", it generally by Eli Friedman · 14 years ago
  25. 98c2e62 Don't set out-of-line template specialization/definition information by Douglas Gregor · 14 years ago
  26. 6813d7b Enable expression transformations in the current-instantiation by Douglas Gregor · 14 years ago
  27. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  28. cc0b1bc Hide the specializations folding sets of ClassTemplateDecl as an implementation detail (InsertPos by Argyrios Kyrtzidis · 14 years ago
  29. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  30. f9f97a0 When performing template name lookup for a dependent member access by Douglas Gregor · 14 years ago
  31. 0167f3c When there are extra or missing template parameter lists in a template by Douglas Gregor · 14 years ago
  32. 669eed8 Provide a special diagnostic for attempts to explicitly specialize by Douglas Gregor · 14 years ago
  33. 24bae92 When performing substitution of template arguments within the body of by Douglas Gregor · 14 years ago
  34. 7e9b57b Correctly set the location of the "template" keyword for a class by Douglas Gregor · 14 years ago
  35. bb3310a Implement C++ DR481, which clarifies that the scope of template by Douglas Gregor · 14 years ago
  36. 12eb5d6 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 14 years ago
  37. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 14 years ago
  38. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
  39. a2dd828 Downgrade the error when using a typedef in the nested-name-specifier by Douglas Gregor · 14 years ago
  40. efed5c8 Revert r106099; it broke self-host. by Douglas Gregor · 14 years ago
  41. 6cd8087 Added TemplateTypeParmType::getDecl(). by Abramo Bagnara · 14 years ago
  42. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  43. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  44. c722ea4 Allocate template parameter lists for out-of-line definitions via the by Douglas Gregor · 14 years ago
  45. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
  46. 71d74bc TemplateSpecializationType's isCurrentInstantiation bit can be derived by John McCall · 14 years ago
  47. 9b93488 Added template parameters info for out-of-line definitions of class template methods. by Abramo Bagnara · 14 years ago
  48. c98971d Don't omit class explicit instantiation from AST. by Abramo Bagnara · 14 years ago
  49. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  50. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  51. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  52. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  53. a417b87 When checking for equality of template parameter lists, a template by Douglas Gregor · 14 years ago
  54. 4e44983 Copy source information for the inner type of an elaborated type; fixes some by John McCall · 14 years ago
  55. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  56. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  57. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  58. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  59. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  60. e03db98 Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. by Abramo Bagnara · 14 years ago
  61. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  62. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  63. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  64. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  65. a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 14 years ago
  66. 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  67. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  68. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  69. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  70. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  71. 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 14 years ago
  72. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 14 years ago
  73. c0c8300 After substituting a template argument for a non-type template by Douglas Gregor · 14 years ago
  74. 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 14 years ago
  75. dc60c1e Introduce a sequence number into class template partial by Douglas Gregor · 14 years ago
  76. 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 14 years ago
  77. 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 14 years ago
  78. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  79. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 14 years ago
  80. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 14 years ago
  81. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 14 years ago
  82. 107de90 Keep track of when DependentNameTypes have no associated keyword by Douglas Gregor · 14 years ago
  83. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 14 years ago
  84. c1c9df7 C++ [namespace.memdef]p3 only applies when the friend is not named via by Douglas Gregor · 14 years ago
  85. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 14 years ago
  86. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  87. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  88. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  89. 77e8b11 Support befriending members of class template specializations. by John McCall · 14 years ago
  90. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 14 years ago
  91. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  92. c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 14 years ago
  93. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  94. af2094e Implement dependent friend function template specializations. by John McCall · 14 years ago
  95. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  96. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  97. 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 14 years ago
  98. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 14 years ago
  99. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 14 years ago
  100. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago