1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. ba6ffaf Augment the interface of ExternalASTSource::FindExternalLexicalDecls() by Douglas Gregor · 13 years ago
  3. b43c8ec Switch the Decl and Stmt stats printing to use llvm::errs() instead of by Chandler Carruth · 13 years ago
  4. 7b3f853 Apparently at some point in the past I forgot how 'continue' by John McCall · 13 years ago
  5. 8cf0f52 Move definition of template <typename T> void Decl::dropAttr by Fariborz Jahanian · 13 years ago
  6. d6bf0ef Minor tweak to my last patch per Doug's comment. by Fariborz Jahanian · 13 years ago
  7. c3ca14d Remove multiple use of weak_import attribute on by Fariborz Jahanian · 13 years ago
  8. 8785d11 Remove weak_import attribute on new declaration. // rdar://9538608 by Fariborz Jahanian · 13 years ago
  9. 5cb0ef4 Implement a minor optimization by not introducing declarations into by Douglas Gregor · 13 years ago
  10. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  11. c69a505 Remove unused STL header includes. by Jay Foad · 13 years ago
  12. 6b6b42a We regard a function as 'unused' from the codegen perspective, so our warnings diverge from by Argyrios Kyrtzidis · 13 years ago
  13. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  14. b53e417 Extend the new 'availability' attribute with support for an by Douglas Gregor · 13 years ago
  15. 0ff8818 remove a dead variable. by Chris Lattner · 13 years ago
  16. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  17. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 13 years ago
  18. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 13 years ago
  19. aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 13 years ago
  20. da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 13 years ago
  21. f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 13 years ago
  22. 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 13 years ago
  23. 8755836 Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need by Douglas Gregor · 13 years ago
  24. 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 13 years ago
  25. 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 13 years ago
  26. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 13 years ago
  27. 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 13 years ago
  28. f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 13 years ago
  29. 1fe85ea Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 14 years ago
  30. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  31. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  32. b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
  33. 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
  34. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
  35. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  36. 100050b Use the ASTMutationListener to track when a named decl gets added to a DeclContext, by Argyrios Kyrtzidis · 14 years ago
  37. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 14 years ago
  38. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  39. eb5e998 Allow deserialization of just the fields of a record, when we want to iterate over them, by Argyrios Kyrtzidis · 14 years ago
  40. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  41. 27c08ab Centralize the handling of by Douglas Gregor · 14 years ago
  42. 5c0646b Clean up the handling of the DeclaredDefaultConstructor and by Douglas Gregor · 14 years ago
  43. d580e56 Decl::CheckAccessDeclContext() keeps asserting. Access is not set in some cases. by Argyrios Kyrtzidis · 14 years ago
  44. 65b63ec Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions. by Argyrios Kyrtzidis · 14 years ago
  45. 410c4f2 Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. by Sebastian Redl · 14 years ago
  46. 4e4d570 Enable inline namespaces in the AST. by Sebastian Redl · 14 years ago
  47. 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
  48. 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
  49. 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
  50. 074dcc8 Use the AST on-disk hash table for name lookup inside a DeclContext. by Argyrios Kyrtzidis · 14 years ago
  51. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  52. 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
  53. 681d723 - Fix recording of offsets of types in dependent PCHs. by Sebastian Redl · 14 years ago
  54. a2da780 Remove destructors from declaration nodes by Douglas Gregor · 14 years ago
  55. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  56. 8dd0c56 Instantiate attributes when first building an instantiated VarDecl. by Fariborz Jahanian · 14 years ago
  57. cad8d31 Copy over attributes to instantiated variable. by Fariborz Jahanian · 14 years ago
  58. 5f1bfc1 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 14 years ago
  59. 6717ef4 Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. by Argyrios Kyrtzidis · 14 years ago
  60. 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
  61. 5586b01 When adding a visible decl, deserialize the visible decls and add it. by Argyrios Kyrtzidis · 14 years ago
  62. 1827403 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 14 years ago
  63. 04aed0e Disable Decl::CheckAccessDeclContext() temporarily. by Argyrios Kyrtzidis · 14 years ago
  64. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  65. 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
  66. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  67. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  68. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  69. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  70. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  71. 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
  72. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  73. baf633b Make TemplateDecl and ObjCContainerDecl abstract by Douglas Gregor · 14 years ago
  74. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 14 years ago
  75. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 14 years ago
  76. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 14 years ago
  77. b836518 When copying a partial diagnostic into a DependentDiagnostic, allocate by Douglas Gregor · 14 years ago
  78. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  79. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  80. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 14 years ago
  81. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  82. 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 14 years ago
  83. fdd8ab1 Don't assert that we have a valid access specifier on an invalid by Douglas Gregor · 14 years ago
  84. 12ead49 Fix unused function warning to handle used attributes and redeclarations. Update test case. by Tanya Lattner · 14 years ago
  85. 3478eb6 Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by by Ted Kremenek · 14 years ago
  86. 7a9813c Create function, block, and template parameters in the context of the by John McCall · 14 years ago
  87. 46460a6 First pass at collecting access-specifier information along inheritance paths. by John McCall · 14 years ago
  88. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  89. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  90. 9f54ad4 Implement redeclaration checking and hiding semantics for using declarations. There by John McCall · 15 years ago
  91. 6bc2013 Fix for PR5710: make sure to put function template specializations into the by Eli Friedman · 15 years ago
  92. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  93. 94a3900 Allocate MultipleDC objects using the allocator associated with by Ted Kremenek · 15 years ago
  94. 2024f4d Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functionality change. by Kovarththanan Rajaratnam · 15 years ago
  95. c523656 Add 1+2 consts. by Daniel Dunbar · 15 years ago
  96. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  97. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  98. c32b1d8 Do not register ObjCInterfaceDecls implicitly created by @class in the by Ted Kremenek · 15 years ago
  99. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 15 years ago
  100. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago