aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/global-llvm-constant.cpp
AgeCommit message (Expand)Author
2011-05-13When determining whether we can make a declaration into a globalDouglas Gregor
2011-05-07In C++, allow us to emit a global as 'constant' even if it has classDouglas Gregor
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-12-11Fix for PR5714: make sure globals that will be modified aren't marked const.Eli Friedman