1. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  2. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 11 years ago
  3. cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 11 years ago
  4. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 11 years ago
  5. a83297b Make helpers static & 80 cols. by Benjamin Kramer · 11 years ago
  6. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  7. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  8. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  9. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  10. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  11. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  12. d3ec874 Refactor the Get* functions to be more consistant among themselves. by Richard Trieu · 11 years ago
  13. 709caea Do not assume the template argument is an integer only because the by Richard Trieu · 11 years ago
  14. fa3d275 Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  15. 625785d Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  16. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 11 years ago
  17. 4ba4929 [ms-cxxabi] Remove unused variable by Reid Kleckner · 11 years ago
  18. 4410489 [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType by Reid Kleckner · 11 years ago
  19. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  20. 04593d0 When looking for overridden ObjC methods, don't ignore 'hidden' ones. by Argyrios Kyrtzidis · 11 years ago
  21. 84e9ab4 [ms-cxxabi] Correctly compute the size of member pointers by Reid Kleckner · 11 years ago
  22. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  23. 852e3d7 [ms-cxxabi] Give the MS inheritance attributes a base class by Reid Kleckner · 11 years ago
  24. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 11 years ago
  25. 060fe33 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 12 years ago
  26. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
  27. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  28. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 12 years ago
  29. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 12 years ago
  30. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 12 years ago
  31. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 12 years ago
  32. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 12 years ago
  33. 454d5b3 Remove unnecessary default in covered switch over enum by David Blaikie · 12 years ago
  34. e738fc5 [AST] Add a fast path to ConstantArrayType::getNumAddressingBits(). by Daniel Dunbar · 12 years ago
  35. 8e694d2 Refactor template diffing to store an enum that records which type of by Richard Trieu · 12 years ago
  36. c90cc93 Revert "Remove a pointless assertion." by Bob Wilson · 12 years ago
  37. 7e0786f Remove a pointless assertion. by Nico Weber · 12 years ago
  38. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 12 years ago
  39. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
  40. 2d9e883 Whitespace cleanup. by Rafael Espindola · 12 years ago
  41. 6d1cb5c Objective-C: Fixes a comment. by Fariborz Jahanian · 12 years ago
  42. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
  43. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 12 years ago
  44. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 12 years ago
  45. b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 12 years ago
  46. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 12 years ago
  47. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
  48. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 12 years ago
  49. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 12 years ago
  50. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
  51. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  52. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 12 years ago
  53. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  54. ca76bf8 Fix this checkin. by Fariborz Jahanian · 12 years ago
  55. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  56. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  57. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  58. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 12 years ago
  59. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  60. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  61. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 12 years ago
  62. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
  63. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
  64. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 12 years ago
  65. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  66. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 12 years ago
  67. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  68. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 12 years ago
  69. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 12 years ago
  70. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 12 years ago
  71. 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
  72. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago
  73. 6980f17 Fix empty declaration printing. by Michael Han · 12 years ago
  74. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  75. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  76. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  77. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  78. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  79. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  80. 5dd8f28 Use raw_ostream::indent, update comment. by Benjamin Kramer · 12 years ago
  81. 7e9f060 Push the raw_ostream through the template diffing code. by Benjamin Kramer · 12 years ago
  82. 1249b0f Streamify FormatASTNodeDiagnosticArgument. by Benjamin Kramer · 12 years ago
  83. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  84. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  85. 9d4df46 StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString. by Benjamin Kramer · 12 years ago
  86. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 12 years ago
  87. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  88. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 12 years ago
  89. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  90. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  91. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 12 years ago
  92. e40b562 Remove commented out code. by Richard Trieu · 12 years ago
  93. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  94. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  95. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  96. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  97. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  98. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  99. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  100. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago