summaryrefslogtreecommitdiff
path: root/test/SemaCXX/linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-1/+1
* Actually test that the local static variable from myJohn McCall2014-01-301-2/+11
* Short-circuit a couple of queries (and avoid corruptingJohn McCall2014-01-291-0/+10
* Add a testcase for a recent regression.Rafael Espindola2013-04-261-0/+9
* Change linkage computation so it doesn't depend on FunctionDecl::isExternC or...Eli Friedman2012-01-151-5/+3
* Progress towards making isUsed() reflect whether a declaration is odr-used; d...Eli Friedman2012-01-131-3/+5
* Fix the rest of PR9316 along with some other bugs spotted by inspection.Chandler Carruth2011-02-251-1/+24
* Likely fix for PR9316 and other unknown bugs: don't use the anonynmousChandler Carruth2011-02-241-0/+5
* Move the check that gives functions with unique-external types unique-externalJohn McCall2011-02-101-0/+11
* Test case accidentally left out of my last commit.John McCall2011-02-081-0/+57