1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  3. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  4. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  5. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  6. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  7. 11dc634 Put friend decls in the correct context. by Rafael Espindola · 11 years ago
  8. ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 11 years ago
  9. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 11 years ago
  10. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 11 years ago
  11. 80a8689 Fix linkage related crash. by Rafael Espindola · 11 years ago
  12. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  13. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  14. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  15. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  16. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  17. 013539c Add a test from pr14898. by Rafael Espindola · 12 years ago
  18. abe75ef Handle static functions being redeclared in function scope. by Rafael Espindola · 12 years ago
  19. 6acc4bc Assert that redeclarations have the same linkage. by Rafael Espindola · 12 years ago
  20. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  21. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago