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