summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/global-llvm-constant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-131-0/+12
* In C++, allow us to emit a global as 'constant' even if it has classDouglas Gregor2011-05-071-0/+10
* Mangle static variables with an extra name to distinguish them from non-stati...Sean Hunt2010-01-241-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix for PR5714: make sure globals that will be modified aren't marked const.Eli Friedman2009-12-111-0/+10