1. 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
  2. 51a8a37 Decl::getEnclosingNamespaceContext has no reason to explicitly skip transparent contexts, and would be wrong to do so with inline namespaces. by Sebastian Redl · 14 years ago
  3. a60786b Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. by Argyrios Kyrtzidis · 14 years ago
  4. 074dcc8 Use the AST on-disk hash table for name lookup inside a DeclContext. by Argyrios Kyrtzidis · 14 years ago
  5. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  6. 0dbbc04 When we are deserializing the lexical decls of a DeclContext from PCH, notify the PCHReader to hold off passing Decls by Argyrios Kyrtzidis · 14 years ago
  7. 681d723 - Fix recording of offsets of types in dependent PCHs. by Sebastian Redl · 14 years ago
  8. a2da780 Remove destructors from declaration nodes by Douglas Gregor · 14 years ago
  9. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  10. 8dd0c56 Instantiate attributes when first building an instantiated VarDecl. by Fariborz Jahanian · 14 years ago
  11. cad8d31 Copy over attributes to instantiated variable. by Fariborz Jahanian · 14 years ago
  12. 5f1bfc1 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 14 years ago
  13. 6717ef4 Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. by Argyrios Kyrtzidis · 14 years ago
  14. 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
  15. 5586b01 When adding a visible decl, deserialize the visible decls and add it. by Argyrios Kyrtzidis · 14 years ago
  16. 1827403 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 14 years ago
  17. 04aed0e Disable Decl::CheckAccessDeclContext() temporarily. by Argyrios Kyrtzidis · 14 years ago
  18. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  19. 1715bf5 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 14 years ago
  20. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  21. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  22. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  23. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  24. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  25. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  26. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  27. baf633b Make TemplateDecl and ObjCContainerDecl abstract by Douglas Gregor · 14 years ago
  28. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 14 years ago
  29. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 14 years ago
  30. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 14 years ago
  31. b836518 When copying a partial diagnostic into a DependentDiagnostic, allocate by Douglas Gregor · 14 years ago
  32. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  33. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  34. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
  35. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  36. 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
  37. fdd8ab1 Don't assert that we have a valid access specifier on an invalid by Douglas Gregor · 15 years ago
  38. 12ead49 Fix unused function warning to handle used attributes and redeclarations. Update test case. by Tanya Lattner · 15 years ago
  39. 3478eb6 Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by by Ted Kremenek · 15 years ago
  40. 7a9813c Create function, block, and template parameters in the context of the by John McCall · 15 years ago
  41. 46460a6 First pass at collecting access-specifier information along inheritance paths. by John McCall · 15 years ago
  42. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  43. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  44. 9f54ad4 Implement redeclaration checking and hiding semantics for using declarations. There by John McCall · 15 years ago
  45. 6bc2013 Fix for PR5710: make sure to put function template specializations into the by Eli Friedman · 15 years ago
  46. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  47. 94a3900 Allocate MultipleDC objects using the allocator associated with by Ted Kremenek · 15 years ago
  48. 2024f4d Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functionality change. by Kovarththanan Rajaratnam · 15 years ago
  49. c523656 Add 1+2 consts. by Daniel Dunbar · 15 years ago
  50. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  51. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  52. c32b1d8 Do not register ObjCInterfaceDecls implicitly created by @class in the by Ted Kremenek · 15 years ago
  53. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 15 years ago
  54. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  55. 9aeed32 Anonymous namespaces, sema + codegen. A lot of semantics are still broken, by John McCall · 15 years ago
  56. dd4a3b0 Improved representation and support for friend class templates. Angst about same. by John McCall · 15 years ago
  57. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  58. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  59. d7eff68 Ensure that the tag decls of friend decls aren't added to the friending class's by John McCall · 15 years ago
  60. ab88d97 Fix bug 4784 and allow friend declarations to properly extend by John McCall · 15 years ago
  61. 35eda44 Add a workaround for decls that come from friend decls pointing to undeclared classes. by Anders Carlsson · 15 years ago
  62. 5fee110 For consistency, just make friend declarations AS_public. by John McCall · 15 years ago
  63. 54f70e1 Don't assert that friend declarations must have access specifiers for now. by Anders Carlsson · 15 years ago
  64. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  65. 665b49c Check in UnresolvedUsingDecl. by Anders Carlsson · 15 years ago
  66. 6dd38da When checking whether one declaration context encloses another, make sure to look at the primary contexts. Thanks to Eli for the test case by Douglas Gregor · 15 years ago
  67. c48fbdf Add a FriendClassDecl type for holding declarations of friend types in by John McCall · 15 years ago
  68. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  69. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  70. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  71. 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
  72. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  73. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  74. 9b34669 Decl::getTranslationUnitDecl() should return itself when the Decl is a TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  75. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  76. 3708b3d -Keep a reference to the ASTContext inside the TranslationUnitDecl. by Argyrios Kyrtzidis · 15 years ago
  77. 58badb7 See through UsingDecls in more places. by Anders Carlsson · 15 years ago
  78. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  79. 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 15 years ago
  80. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  81. 67e3320 Improvements to TemplateArgumentListBuilder to make it work better with parameter packs. by Anders Carlsson · 15 years ago
  82. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  83. 1c02101 Get rid of CXXTempVarDecl. by Anders Carlsson · 15 years ago
  84. bc22163 Introduced DeclContext::isDependentContext, which determines whether a by Douglas Gregor · 15 years ago
  85. b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 15 years ago
  86. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  87. 9a55d3e CXXTempVarDecls aren't looked up. Fixes tests. by Anders Carlsson · 15 years ago
  88. 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 · 15 years ago
  89. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 15 years ago
  90. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago
  91. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  92. c36c540 Simple DeclContext's internal representation by always storing a by Douglas Gregor · 15 years ago
  93. a27e5fe improve compatibility with VC+, patch by John Thompson! by Chris Lattner · 15 years ago
  94. 5c27f2b Allow us to ask for the access specifier of a translation unit by Douglas Gregor · 15 years ago
  95. c2ee10d Move the internal DeclContext data structures into a separate header. by Douglas Gregor · 15 years ago
  96. 5648a8a change another PointerIntPair into a PointerUnion. by Chris Lattner · 15 years ago
  97. ee219fd switch DeclBase::DeclCtx to the new happy and type-safe by Chris Lattner · 15 years ago
  98. 0eda3b3 adjust to llvm mainline changes. by Chris Lattner · 15 years ago
  99. faf0e87 Let getIdentifierNamespaceForKind know about aliases and have it treat them just like namespace decls. by Anders Carlsson · 15 years ago
  100. 244a67d rename NextDeclInScope to NextDeclInContext, since the pointer by Chris Lattner · 15 years ago