1. b98cf79 Use lexical contexts when checking for conflicting language linkages. by Rafael Espindola · 11 years ago
  2. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 11 years ago
  3. 6d0468b Push "out-of-line" declarations into scope when their lexical/semantic by Douglas Gregor · 13 years ago
  4. 66c42d4 Don't complain about a variable within a linkage-specification that is by Douglas Gregor · 14 years ago
  5. 09a63c9 Parse all kinds of declarations as part of a linkage-specification, by Douglas Gregor · 14 years ago
  6. 4597553 A member function never has "C" linkage. Fixes <rdar://problem/8318976>. by Douglas Gregor · 14 years ago
  7. 7b49202 Handle the obvious case for diagnosing redeclarations of extern "C" functions. by John McCall · 14 years ago
  8. 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 14 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 1237259 When performing unqualified name lookup in C++, don't look directly by Douglas Gregor · 15 years ago
  11. 9770ef0 When checking the namespace of a redeclaration or definition, look through linkage specs. Fixes PR5430. by Sebastian Redl · 15 years ago
  12. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  13. a24eb4e Skip transparent contexts when performing C++ name lookup by Douglas Gregor · 15 years ago
  14. 425bfde Fix another case where the extern-ness of extern "C" wasn't being captured. by Anders Carlsson · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. 17a9b9e When determining whether a variable is a file-scoped variable, check by Douglas Gregor · 16 years ago
  17. 6c6fce0 Add forgotten test case for linkage specifications by Douglas Gregor · 16 years ago