1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. 525f2f5 Merging r196712: by Bill Wendling · 11 years ago
  8. b8110d4 Merging r195768: by Bill Wendling · 11 years ago
  9. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  10. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  11. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  12. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  13. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  14. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  15. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  16. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  17. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  18. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  19. de8eaa2 Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  20. c6867dd Revert the linkage fix. by Faisal Vali · 11 years ago
  21. 99229cd Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  22. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  23. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  24. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  25. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  26. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  27. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  28. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  29. 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
  30. 3f32210 Fix assert when instantiating a default argument of a template defined in a by Richard Smith · 11 years ago
  31. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  32. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  33. 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
  34. bf516f7 Delete dead code. by Eli Friedman · 11 years ago
  35. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  36. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  37. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  38. ec0d96f Fix linkage computation for local types in template functions. by Rafael Espindola · 11 years ago
  39. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  40. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  41. 74caf01 Don't compute the visibility unless we really have to. by Rafael Espindola · 11 years ago
  42. dc07056 Check the linkage cache at every recursive step. by Rafael Espindola · 11 years ago
  43. e832854 Propagate VisibleNoLinkage down to class members. by Rafael Espindola · 11 years ago
  44. 24639c4 use getLVForDecl for consistency. by Rafael Espindola · 11 years ago
  45. bdf2bba Fix the linkage of local types in inline VisibleNoLinkage functions. by Rafael Espindola · 11 years ago
  46. 88ce12a Move 3 helper function to Linkage.h by Rafael Espindola · 11 years ago
  47. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  48. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  49. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  50. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  51. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  52. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  53. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  54. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  55. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  56. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 11 years ago
  57. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 11 years ago
  58. d247842 Revert r180263. It's causing failures. by Bill Wendling · 11 years ago
  59. f49d9c9 Fix a case in linkage computation that should check for single line extern "C". by Rafael Espindola · 11 years ago
  60. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 11 years ago
  61. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  62. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  63. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  64. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  65. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  66. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  67. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  68. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  69. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  70. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  71. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
  72. 2d9e883 Whitespace cleanup. by Rafael Espindola · 12 years ago
  73. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
  74. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 12 years ago
  75. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 12 years ago
  76. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  77. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 12 years ago
  78. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  79. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago
  80. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  81. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  82. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  83. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  84. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 12 years ago
  85. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  86. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  87. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  88. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  89. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  90. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  91. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  92. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  93. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 12 years ago
  94. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  95. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  96. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  97. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  98. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  99. 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 12 years ago
  100. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago