1. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  2. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  3. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  4. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  5. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  6. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  7. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  8. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  9. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  10. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  11. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  12. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 11 years ago
  13. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  14. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  15. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  16. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  17. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  18. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 11 years ago
  19. cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 11 years ago
  20. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 11 years ago
  21. a83297b Make helpers static & 80 cols. by Benjamin Kramer · 11 years ago
  22. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  23. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  24. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  25. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  26. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  27. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  28. d3ec874 Refactor the Get* functions to be more consistant among themselves. by Richard Trieu · 11 years ago
  29. 709caea Do not assume the template argument is an integer only because the by Richard Trieu · 11 years ago
  30. fa3d275 Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  31. 625785d Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  32. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 11 years ago
  33. 4ba4929 [ms-cxxabi] Remove unused variable by Reid Kleckner · 11 years ago
  34. 4410489 [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType by Reid Kleckner · 11 years ago
  35. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  36. 04593d0 When looking for overridden ObjC methods, don't ignore 'hidden' ones. by Argyrios Kyrtzidis · 11 years ago
  37. 84e9ab4 [ms-cxxabi] Correctly compute the size of member pointers by Reid Kleckner · 11 years ago
  38. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  39. 852e3d7 [ms-cxxabi] Give the MS inheritance attributes a base class by Reid Kleckner · 11 years ago
  40. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 11 years ago
  41. 060fe33 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 11 years ago
  42. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  43. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 11 years ago
  44. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 11 years ago
  45. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 11 years ago
  46. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 11 years ago
  47. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 11 years ago
  48. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 11 years ago
  49. 454d5b3 Remove unnecessary default in covered switch over enum by David Blaikie · 11 years ago
  50. e738fc5 [AST] Add a fast path to ConstantArrayType::getNumAddressingBits(). by Daniel Dunbar · 11 years ago
  51. 8e694d2 Refactor template diffing to store an enum that records which type of by Richard Trieu · 11 years ago
  52. c90cc93 Revert "Remove a pointless assertion." by Bob Wilson · 11 years ago
  53. 7e0786f Remove a pointless assertion. by Nico Weber · 11 years ago
  54. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 11 years ago
  55. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 11 years ago
  56. 2d9e883 Whitespace cleanup. by Rafael Espindola · 11 years ago
  57. 6d1cb5c Objective-C: Fixes a comment. by Fariborz Jahanian · 11 years ago
  58. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 11 years ago
  59. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 11 years ago
  60. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 11 years ago
  61. b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 11 years ago
  62. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  63. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 11 years ago
  64. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 11 years ago
  65. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 11 years ago
  66. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 11 years ago
  67. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 11 years ago
  68. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 11 years ago
  69. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 11 years ago
  70. ca76bf8 Fix this checkin. by Fariborz Jahanian · 11 years ago
  71. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 11 years ago
  72. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  73. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 11 years ago
  74. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  75. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 11 years ago
  76. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 11 years ago
  77. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 12 years ago
  78. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
  79. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
  80. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 12 years ago
  81. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  82. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 12 years ago
  83. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  84. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 12 years ago
  85. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 12 years ago
  86. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 12 years ago
  87. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 12 years ago
  88. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago
  89. 6980f17 Fix empty declaration printing. by Michael Han · 12 years ago
  90. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  91. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  92. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  93. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  94. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  95. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  96. 5dd8f28 Use raw_ostream::indent, update comment. by Benjamin Kramer · 12 years ago
  97. 7e9f060 Push the raw_ostream through the template diffing code. by Benjamin Kramer · 12 years ago
  98. 1249b0f Streamify FormatASTNodeDiagnosticArgument. by Benjamin Kramer · 12 years ago
  99. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  100. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago