summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/const-global-linkage.cpp
AgeCommit message (Expand)Author
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2012-10-19DR1511: A const volatile global does not implicitly get internal linkage like aRichard Smith
2010-01-24Mangle static variables with an extra name to distinguish them from non-stati...Sean Hunt
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-26Slight tweak to the algorithm for getLinkage().Eli Friedman
2009-11-26Use new getLinkage() method to correctly compute whether a variable hasEli Friedman