index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
linkage2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CXX] Exercise all paths through these tests.
Paul Robinson
2019-07-09
1
-1
/
+1
*
Add test for regression caused by reverted patch r315251.
Richard Smith
2017-10-10
1
-0
/
+31
*
DR1113: anonymous namespaces formally give their contents internal linkage.
Richard Smith
2017-09-22
1
-2
/
+3
*
Exclude invalid old decl from mismatching linkage assertion
Ismail Pazarbasi
2014-03-06
1
-0
/
+4
*
Reinstate r185229, reverted in r185256, with a tweak: further ignore the
Richard Smith
2013-06-30
1
-0
/
+12
*
Revert r185229 as it breaks compilation of <windows.h>
Timur Iskhodzhanov
2013-06-29
1
-12
/
+0
*
PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
2013-06-28
1
-0
/
+12
*
Fix PR16060.
Rafael Espindola
2013-05-30
1
-0
/
+15
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-3
/
+25
*
Put friend decls in the correct context.
Rafael Espindola
2013-04-25
1
-0
/
+12
*
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
1
-0
/
+5
*
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
1
-0
/
+7
*
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
1
-0
/
+6
*
Fix linkage related crash.
Rafael Espindola
2013-04-04
1
-0
/
+8
*
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
1
-0
/
+1
*
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-23
1
-4
/
+4
*
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
1
-4
/
+4
*
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
1
-0
/
+19
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
1
-4
/
+39
*
Add a test from pr14898.
Rafael Espindola
2013-01-12
1
-0
/
+23
*
Handle static functions being redeclared in function scope.
Rafael Espindola
2013-01-09
1
-0
/
+8
*
Assert that redeclarations have the same linkage.
Rafael Espindola
2013-01-05
1
-0
/
+22
*
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-28
1
-0
/
+7
*
Implement dcl.link paragraph 5.
Rafael Espindola
2012-12-27
1
-0
/
+13