1. f7a1a74 Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and by John McCall · 15 years ago
  2. 7453ed4 Consider a FunctionTemplate to be an overload all on its lonesome. Track by John McCall · 15 years ago
  3. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  4. 6826314 Overhaul previous-declaration and overload checking to work on lookup results by John McCall · 15 years ago
  5. 7d384dd Split LookupResult into its own header. by John McCall · 15 years ago
  6. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  7. 5b47faf Temporarily unbreak the clang-on-llvm tests. :) Not going to fix unresolved by John McCall · 15 years ago
  8. 314be4e Store "sugared" decls in LookupResults (i.e. decl aliases like using declarations); by John McCall · 15 years ago
  9. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 15 years ago
  10. a24dc2e Carry lookup configuration throughout lookup on the LookupResult. Give by John McCall · 15 years ago
  11. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  12. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  13. f7f3d0d Create a new Scope when parsing a declaration with a C++ scope specifier. by John McCall · 15 years ago
  14. d9f01d4 Fix a similar problem with qualified lookup through using directives, by John McCall · 15 years ago
  15. 12ea578 Make a somewhat more convincing test case for unqualified lookup through by John McCall · 15 years ago
  16. d7be78a Fix unqualified lookup through using directives. by John McCall · 15 years ago
  17. bbc1cc5 Ignore dependent bases in ADL. Fixes PR5271. by Sebastian Redl · 15 years ago
  18. 644be85 Apply the special enum restrictions from [over.match.oper]p3b2 in argument-dependent lookup too. This fixes PR5244. by Sebastian Redl · 15 years ago
  19. 6e24726 Qualified lookup through using declarations. Diagnose a new type of ambiguity. by John McCall · 15 years ago
  20. 3135df5 Dead Code Elimination by Douglas Gregor · 15 years ago
  21. f36e02d Refactor the LookupResult API to simplify most common operations. Require users to by John McCall · 15 years ago
  22. 71fdaf4 Dead code elimination. by John McCall · 15 years ago
  23. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 15 years ago
  24. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  25. 4719f4e When performing name lookup within a class template or class template by Douglas Gregor · 15 years ago
  26. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  27. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  28. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  29. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  30. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  31. a24eb4e Skip transparent contexts when performing C++ name lookup by Douglas Gregor · 15 years ago
  32. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  33. 6ff0785 Just add global scope to the associated namespaces set instead of tracking it by John McCall · 15 years ago
  34. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  35. 33a3138 Get rid of "smart" quotes. Per report on cfe-dev. by Eli Friedman · 15 years ago
  36. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  37. d99cbe6 [llvm up] by Douglas Gregor · 15 years ago
  38. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  39. 97fbaa2 Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. by Argyrios Kyrtzidis · 15 years ago
  40. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  41. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  42. 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
  43. daa439a Fix a corner case with argument-dependent lookup and overloaded function sets. by Douglas Gregor · 15 years ago
  44. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  45. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  46. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  47. 364e021 Improve support for overloaded operator templates. by Douglas Gregor · 15 years ago
  48. e136e0e Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompatibleAliasDecl. by Anders Carlsson · 15 years ago
  49. 58badb7 See through UsingDecls in more places. by Anders Carlsson · 15 years ago
  50. 5e50569 Fix failing test. by Anders Carlsson · 15 years ago
  51. bc13ab2 Fix another assert related to using decls. by Anders Carlsson · 15 years ago
  52. 8b50d01 When creating LookupResults, see through UsingDecls. Fixes PR4450. by Anders Carlsson · 15 years ago
  53. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  54. 44bc2d5 Make sure that argument-dependent lookup looks into the global scope by Douglas Gregor · 15 years ago
  55. 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 15 years ago
  56. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  57. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  58. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  59. 2bba76b Improve name lookup for and template instantiation of declaration by Douglas Gregor · 15 years ago
  60. b738e08 Fix sorting of using directives, from Jay Foad by Douglas Gregor · 15 years ago
  61. 390b4cc Reflow some comments. by Mike Stump · 15 years ago
  62. 42af25f Implement the notions of the "current instantiation" and "unknown by Douglas Gregor · 15 years ago
  63. 516ff43 Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also by Douglas Gregor · 16 years ago
  64. 8b9fb30 Eliminate Sema::ObjCInterfaceDecls by Douglas Gregor · 16 years ago
  65. 8fc463a Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's good for uniformity is good for PCH (or is it the other way around?). by Douglas Gregor · 16 years ago
  66. 6e378de Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in by Douglas Gregor · 16 years ago
  67. 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 16 years ago
  68. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  69. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  70. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 16 years ago
  71. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 16 years ago
  72. 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 16 years ago
  73. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 16 years ago
  74. ca5e77f The scope representation can now be either a DeclContext pointer or a by Douglas Gregor · 16 years ago
  75. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  76. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  77. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  78. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  79. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  80. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  81. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 16 years ago
  82. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  83. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  84. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  85. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  86. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  87. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 16 years ago
  88. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  89. 48458d2 silence some warnings. by Chris Lattner · 16 years ago
  90. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  91. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  92. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  93. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  94. 69d993a PODify LookupResult, for a measly 1% speedup on Cocoa.h. by Douglas Gregor · 16 years ago
  95. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  96. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 16 years ago
  97. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 16 years ago
  98. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 16 years ago
  99. 7176fff Initial implementation of member name lookup by Douglas Gregor · 16 years ago
  100. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago