index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
linkage2.cpp
Age
Commit message (
Expand
)
Author
2013-04-25
Put friend decls in the correct context.
Rafael Espindola
2013-04-04
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
Fix linkage related crash.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-02-23
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-14
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-01-12
Add a test from pr14898.
Rafael Espindola
2013-01-09
Handle static functions being redeclared in function scope.
Rafael Espindola
2013-01-05
Assert that redeclarations have the same linkage.
Rafael Espindola
2012-12-28
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-27
Implement dcl.link paragraph 5.
Rafael Espindola