1. 11dc634 Put friend decls in the correct context. by Rafael Espindola · 11 years ago
  2. ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 11 years ago
  3. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 11 years ago
  4. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 11 years ago
  5. 80a8689 Fix linkage related crash. by Rafael Espindola · 11 years ago
  6. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  7. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 11 years ago
  8. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  9. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  10. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  11. 013539c Add a test from pr14898. by Rafael Espindola · 12 years ago
  12. abe75ef Handle static functions being redeclared in function scope. by Rafael Espindola · 12 years ago
  13. 6acc4bc Assert that redeclarations have the same linkage. by Rafael Espindola · 12 years ago
  14. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  15. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago