1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  9. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  10. e7bd89a A decl never becomes unused. Make that explicit in the API. by Rafael Espindola · 11 years ago
  11. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  12. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  13. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  14. f06a2893 Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 11 years ago
  15. 3c40a28 Basic ODR checking for C++ modules: by Richard Smith · 11 years ago
  16. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  17. d692a84 C++ modules: merging for enumerations and enumerators with multiple definitions by Richard Smith · 11 years ago
  18. 8bfc1e1 Merge common pointers for redeclarations of the same template across modules. by Richard Smith · 11 years ago
  19. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  20. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  21. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  22. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  23. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  24. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  25. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  26. b60fae5 C++ modules: if a class is defined in multiple modules (for instance, because by Richard Smith · 11 years ago
  27. 15d29ff Fix regression from r190016. by Eli Friedman · 11 years ago
  28. 86164e8 Note when a decl is used in AST files. by Eli Friedman · 11 years ago
  29. 868edfa Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains. by Richard Smith · 11 years ago
  30. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  31. 8d2a5ea A clean-up pass, exploring the unification of traversals of class, variable and function templates. by Larisse Voufo · 11 years ago
  32. 37fd27d Remove SequenceNumber from class/variable template partial specializations. by Richard Smith · 11 years ago
  33. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  34. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  35. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  36. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  37. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  38. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  39. a7b8797 Eliminate CXXConstructorDecl::IsImplicitlyDefined. by Jordan Rose · 11 years ago
  40. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  41. 1888b91 When merging redeclaration chains across modules, if a declaration is visible by Richard Smith · 11 years ago
  42. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  43. e33a0a8 Serialization support for TagDecl::IsCompleteDefinitionRequired by David Blaikie · 11 years ago
  44. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  45. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  46. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  47. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  48. 98f0723 Check for matching template-parameter-lists when merging template declarations. by Richard Smith · 11 years ago
  49. acd954b Slightly improve cross-module merging for function templates. by Richard Smith · 11 years ago
  50. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  51. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  52. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  53. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  54. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  55. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  56. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  57. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  58. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  59. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 11 years ago
  60. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  61. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  62. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  63. 4382867 Pare back r164351 somewhat. The problem that change was addressing was that we by Richard Smith · 11 years ago
  64. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  65. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  66. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  67. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  68. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  69. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 11 years ago
  70. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 11 years ago
  71. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 11 years ago
  72. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 11 years ago
  73. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 11 years ago
  74. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 11 years ago
  75. 9cfdc03 When deserializing a declaration, don't look for redeclarations if its by Douglas Gregor · 11 years ago
  76. b3ce357 update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, by Chris Lattner · 11 years ago
  77. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 11 years ago
  78. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  79. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  80. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  81. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  82. 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
  83. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  84. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  85. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  86. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  87. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  88. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  89. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  90. 351dbbe Fix r165005: The lexical DeclContext is not the right place to make a decision about whether we need to call tryAddTopLevelDecl or not. That call should be made when the DeclContext's redeclaration context is the translation unit. by Axel Naumann · 12 years ago
  91. 3021475 Remove ASTReader::needPendingInstantiation(), introduced in r164993, by Douglas Gregor · 12 years ago
  92. 8d45c2b Add some FIXMEs to the ASTReader code by Douglas Gregor · 12 years ago
  93. e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
  94. bebae7c [PCH] Fix serialization of an ImportDecl. by Argyrios Kyrtzidis · 12 years ago
  95. bb2011d Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly. by Axel Naumann · 12 years ago
  96. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  97. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  98. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  99. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  100. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago