Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
anonymous-namespaces.cpp
df963a3
DR1113: anonymous namespaces formally give their contents internal linkage.
by Richard Smith
· 8 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
19ae117
Fix FileCheck --check-prefix lines.
by Tim Northover
· 12 years ago
cf51a8a
Let CodeGenFunction::EmitVarDecl query the semantic storage class info.
by Enea Zaffanella
· 12 years ago
6774b1f
Add -fcxx-exceptions to all tests that use C++ exceptions.
by Anders Carlsson
· 15 years ago
479d6f5
Pass -fexceptions to all tests that use try/catch/throw.
by Anders Carlsson
· 15 years ago
8823c65
Properly give unique-external linkage to members of member templates
by John McCall
· 15 years ago
ae498b3
The global variable for the VTT might not have external linkage; allow
by Douglas Gregor
· 15 years ago
d6b21e4
If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace).
by Anders Carlsson
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
4fa5342
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
by John McCall
· 16 years ago