summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/linkage2.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CXX] Exercise all paths through these tests.Paul Robinson2019-07-091-1/+1
* Add test for regression caused by reverted patch r315251.Richard Smith2017-10-101-0/+31
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-2/+3
* Exclude invalid old decl from mismatching linkage assertionIsmail Pazarbasi2014-03-061-0/+4
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-0/+12
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-12/+0
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-0/+12
* Fix PR16060.Rafael Espindola2013-05-301-0/+15
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-3/+25
* Put friend decls in the correct context.Rafael Espindola2013-04-251-0/+12
* Don't patch the storage class of static data members.Rafael Espindola2013-04-041-0/+5
* Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola2013-04-041-0/+7
* Fix a recent linkage regression.Rafael Espindola2013-04-041-0/+6
* Fix linkage related crash.Rafael Espindola2013-04-041-0/+8
* Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith2013-04-041-0/+1
* Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola2013-02-231-4/+4
* Partially revert r175117 so that we don't break assumptions about howRafael Espindola2013-02-141-4/+4
* merge hasCLanguageLinkage and isExternC. Keep the shorter name.Rafael Espindola2013-02-141-0/+19
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-141-4/+39
* Add a test from pr14898.Rafael Espindola2013-01-121-0/+23
* Handle static functions being redeclared in function scope.Rafael Espindola2013-01-091-0/+8
* Assert that redeclarations have the same linkage.Rafael Espindola2013-01-051-0/+22
* Reject overloading of two static extern C functions.Rafael Espindola2012-12-281-0/+7
* Implement dcl.link paragraph 5.Rafael Espindola2012-12-271-0/+13
OpenPOWER on IntegriCloud