summaryrefslogtreecommitdiff
path: root/test/SemaCXX/linkage.cpp
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-01-30Actually test that the local static variable from myJohn McCall
2014-01-29Short-circuit a couple of queries (and avoid corruptingJohn McCall
2013-04-26Add a testcase for a recent regression.Rafael Espindola
2012-01-15Change linkage computation so it doesn't depend on FunctionDecl::isExternC or...Eli Friedman
2012-01-13Progress towards making isUsed() reflect whether a declaration is odr-used; d...Eli Friedman
2011-02-25Fix the rest of PR9316 along with some other bugs spotted by inspection.Chandler Carruth
2011-02-24Likely fix for PR9316 and other unknown bugs: don't use the anonynmousChandler Carruth
2011-02-10Move the check that gives functions with unique-external types unique-externalJohn McCall
2011-02-08Test case accidentally left out of my last commit.John McCall